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.000897 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301314 | 19 days ago | | | 0 | 5.5115974e-7 | |
| 21301305 | 19 days ago | | | 0 | 0.000000504914501520 | |
| 21301294 | 19 days ago | | | 0 | 5.3808484e-7 | |
| 21301159 | 19 days ago | | | 0 | 8.6043522e-7 | |
| 21300948 | 19 days ago | | | 0 | 3.7249013e-7 | |
| 21300931 | 19 days ago | | | 0 | 4.1096743e-7 | |
| 21300917 | 19 days ago | | | 0 | 0.000000405879193748 | |
| 21300906 | 19 days ago | | | 0 | 5.1003859e-7 | |
| 20266822 | a month ago | | | 0 | 7.2248801e-7 | |
| 20266806 | a month ago | | | 0 | 7.7480981e-7 |
ABI
ABI objects
Getter at block 22107970
baseURI() view returns (string)
https://nft.clashmon.com/metadata/hero/
burnable() view returns (bool)
true
name() view returns (string)
CLASHMONS
owner() view returns (address)
0x5c69c4141eab0c3852eba4983b572ffbaf742278
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CLASHMON
totalSupply() view returns (uint256)
569
Read-only
balanceOf(address owner) view returns (uint256)
balanceOfAt(address account, uint256 timestamp) view returns (uint256)
burnApprovals(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintApprovals(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfAt(uint256 tokenId, uint256 timestamp) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeMintBatch(address to, uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setBurnApproval(address burner, bool approved)
setMintApproval(address minter, bool approved)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, 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)
Snapshot(uint256 indexed id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string uri_, bool burnable_)
This contract contains no fallback and receive objects.
This contract contains no error objects.