riftpactforge
v4.0.0
Published
[abi](data:,%5B%0A%20%20%7B%0A%20%20%20%20%22constant%22:%20true,%0A%20%20%20%20%22inputs%22:%20%5B%5D,%0A%20%20%20%20%22name%22:%20%22minter%22,%0A%20%20%20%20%22outputs%22:%20%5B%0A%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%22name%22:%20%22%22,%0A
Readme
abi | bytecode | runtime bytecode
Documentation generated by @GuildCrypt/solspecdown
| Name | Type |
|---|---|
| constructor(address) | constructor |
| isOwner() | function (constant) |
| isPaused() | function (constant) |
| mint(address,uint256,uint256,address,uint256,uint256,uint256) | function (non-constant) |
| minter() | function (constant) |
| owner() | function (constant) |
| OwnershipTransferred(address,address) | event |
| parentToken() | function (constant) |
| renounceOwnership() | function (non-constant) |
| rfts(uint256) | function (constant) |
| rftsCount() | function (constant) |
| setIsBlacklisted(address,address,bool) | function (non-constant) |
| setIsPaused(bool) | function (non-constant) |
| setMinter(address) | function (non-constant) |
| transferOwnership(address) | function (non-constant) |
constructor(address)
Inputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | _parentToken | |
isOwner()
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | bool | | |
isPaused()
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | bool | | |
mint(address,uint256,uint256,address,uint256,uint256,uint256)
Inputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | to | |
| 1 | uint256 | parentTokenId | |
| 2 | uint256 | totalSupply | |
| 3 | address | currency | |
| 4 | uint256 | auctionAllowedAt | |
| 5 | uint256 | minAuctionCompleteWait | |
| 6 | uint256 | minBidDeltaPermille | |
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | uint256 | | |
| 1 | address | | |
minter()
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | | |
owner()
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | | |
OwnershipTransferred(address,address)
Inputs
| | Type | Name | Description | Indexed? |
|---|---|---|---|---|
| 0 | address | previousOwner | | true |
| 1 | address | newOwner | | true |
parentToken()
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | | |
renounceOwnership()
Allows the current owner to relinquish control of the contract.
rfts(uint256)
Inputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | uint256 | | |
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | | |
rftsCount()
Outputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | uint256 | | |
setIsBlacklisted(address,address,bool)
Inputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | rft | |
| 1 | address | to | |
| 2 | bool | isBlacklisted | |
setIsPaused(bool)
Inputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | bool | _isPaused | |
setMinter(address)
Inputs
| | Type | Name | Description |
|---|---|---|---|
| 0 | address | _minter | |
transferOwnership(address)
Allows the current owner to transfer control of the contract to a newOwner.
