Skip to content

Commit

Permalink
feat: add dcl known functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomazzara committed Jan 21, 2020
1 parent e306a11 commit f31674f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/decentraland/knownFunctions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default {
'setOwner(address)': 'Set `$1` as the new owner',
'setOwner(bytes32,address)': 'Set `$2` as the new owner of the `$1` node',
'transfer(address,uint256)': 'Transfer `@tokenAmount(self, $2)` to `$1`',
'payday()': 'Get owed Payroll allowance',
'setOwnerCutPerMillion(uint256)': 'Set marketplace fees to `$1 / 1000000`%',
'transferMarketplaceOwnership(address)':
'Transfer ownership of the marketplace to `$1`',
'transferOwnership(address)': 'Transfer ownership of the contract to `$1`',
'pause()': 'Pause contract',
'unpause()': 'Unpause Contract`'
}

0 comments on commit f31674f

Please sign in to comment.