Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7852…dc3d
Balances ($0.00)
No balances found for "Cause"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844990 | 2 months ago | | | 0 | 0.00037683207 | |
| 20830217 | 2 months ago | | | 0 | 0.00072623670 | |
| 20829544 | 2 months ago | | | 0 | 0.0011067728 | |
| 20705871 | 3 months ago | | | 0 | 0.000078113358 | |
| 20703428 | 3 months ago | | | 0 | 0.000033554327 | |
| 20688737 | 3 months ago | | | 0 | 0.000072613650 | |
| 20639976 | 3 months ago | | | 0 | 0.000094422934 | |
| 19574070 | 8 months ago | | | 0 | 0.00098232636 | |
| 19157136 | 10 months ago | | | 0 | 0.00063600622 | |
| 19141784 | 10 months ago | | | 0 | 0.0013824751 |
ABI
ABI objects
Getter at block 21320057
owner() view returns (address)
0x2ce780d7c743a57791b835a9d6f998b15bbba5a4
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
enabledTokens(uint256) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTokenTransferrable(uint256) view returns (bool)
pricePerToken(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
disableToken(uint256 _tokenId)
disableTokenTransfer(uint256 _tokenId)
enableToken(uint256 _tokenId, uint256 _price)
enableTokenTransfer(uint256 _tokenId)
mint(uint256 _tokenId, uint256 _quantity) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadataContract(address _address)
transferOwnership(address newOwner)
withdraw(address _recipient)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.