Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000709 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22805287 | 2 days ago | | | 0 | 5.1821303e-7 | |
| 22720672 | 4 days ago | | | 0 | 3.6748728e-7 | |
| 22649333 | 6 days ago | | | 0 | 0.0000021906759 | |
| 22342823 | 13 days ago | | | 0 | 0.000000309560100000 | |
| 22128309 | 18 days ago | | | 0 | 2.3069254e-7 | |
| 21965115 | 22 days ago | | | 0 | 1.4438863e-7 | |
| 21890083 | 23 days ago | | | 0 | 4.2589719e-7 | |
| 21874141 | 24 days ago | | | 0 | 0.000000409978632258 | |
| 21732329 | a month ago | | | 0 | 3.7099900e-7 | |
| 21598749 | a month ago | | | 0 | 1.9400220e-7 |
ABI
ABI objects
Getter at block 22903840
burnable() view returns (bool)
true
name() view returns (string)
CLASHMON VOUCHER
owner() view returns (address)
0x5c69c4141eab0c3852eba4983b572ffbaf742278
pausable() view returns (bool)
true
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burnApprovals(address) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintApprovals(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
pause()
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)
setBaseURI(string baseURI)
setBurnApproval(address burner, bool approved)
setMintApproval(address minter, bool approved)
setURI(uint256 tokenId, string tokenURI_)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BurnApproval(address indexed burner, bool indexed approved)
MintApproval(address indexed minter, bool indexed approved)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string uri_, string name_, bool pausable_, bool burnable_)
This contract contains no fallback and receive objects.
This contract contains no error objects.