4.0.0 • Published 5 years ago

riftpactforge v4.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

abi | bytecode | runtime bytecode

Documentation generated by @GuildCrypt/solspecdown

NameType
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
TypeNameDescription
0address_parentToken

isOwner()

Outputs
TypeNameDescription
0bool

isPaused()

Outputs
TypeNameDescription
0bool

mint(address,uint256,uint256,address,uint256,uint256,uint256)

Inputs
TypeNameDescription
0addressto
1uint256parentTokenId
2uint256totalSupply
3addresscurrency
4uint256auctionAllowedAt
5uint256minAuctionCompleteWait
6uint256minBidDeltaPermille
Outputs
TypeNameDescription
0uint256
1address

minter()

Outputs
TypeNameDescription
0address

owner()

Outputs
TypeNameDescription
0address

OwnershipTransferred(address,address)

Inputs
TypeNameDescriptionIndexed?
0addresspreviousOwnertrue
1addressnewOwnertrue

parentToken()

Outputs
TypeNameDescription
0address

renounceOwnership()

Allows the current owner to relinquish control of the contract.

rfts(uint256)

Inputs
TypeNameDescription
0uint256
Outputs
TypeNameDescription
0address

rftsCount()

Outputs
TypeNameDescription
0uint256

setIsBlacklisted(address,address,bool)

Inputs
TypeNameDescription
0addressrft
1addressto
2boolisBlacklisted

setIsPaused(bool)

Inputs
TypeNameDescription
0bool_isPaused

setMinter(address)

Inputs
TypeNameDescription
0address_minter

transferOwnership(address)

Allows the current owner to transfer control of the contract to a newOwner.

Inputs
TypeNameDescription
0addressnewOwnerThe address to transfer ownership to.