riftpactforge

4.0.0 • Public • Published

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.

Inputs
Type Name Description
0 address newOwner The address to transfer ownership to.

Readme

Keywords

none

Package Sidebar

Install

npm i riftpactforge

Weekly Downloads

7

Version

4.0.0

License

ISC

Unpacked Size

58.4 kB

Total Files

11

Last publish

Collaborators

  • aakilfernandes