MintableRewards
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "MintableRewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MintableRewards"
ABI
ABI objects
Getter at block 21211692 totalSupply() view returns (uint256)
allowancesRef() view returns (address)
0x0000000000000000000000000000000000000000
contentHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contentUrl() view returns (string)
getURI() view returns (string, bytes32, string)
(, 0x0000000000000000000000000000000000000000000000000000000000000000, )
metadataUrl() view returns (string)
mintable() view returns (uint256)
18446744073709551615
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
royalties() view returns (uint16)
0
size() view returns (uint64)
0
symbol() view returns (string)
Read-only
allowanceOf(address minter) view returns (uint16)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _value) view returns (address receiver, uint256 royaltyAmount)
shares(address) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawable(address _account) view returns (uint256)
State-modifying
Events airdrop(uint256 start, uint256 end) returns (uint256)
allowPublic(bool allow)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address _owner, struct MintableRewardsInfo _info, uint64 _size, uint256 _price, uint16 _royalties, struct MintableRewardsShares[] _shares, address _allowancesRef)
mint() returns (uint256)
mintAndTransfer(address[] recipients) returns (uint256)
purchase() payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _wei)
shake()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAllowancesRef(address _allowancesRef)
updateEditionsURLs(string _contentUrl, string _metadataUrl)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionSold(uint256 price, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 amount)
SharesPaid(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.