Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MNLTHX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240719 | 17 hours ago | | | 0 | 0.00065836130 | |
| 21238547 | a day ago | | | 0 | 0.0013248595 | |
| 21229768 | 2 days ago | | | 0 | 0.0011320051 | |
| 21222916 | 3 days ago | | | 0 | 0.00095280730 | |
| 21222908 | 3 days ago | | | 0 | 0.0014661343 | |
| 21218796 | 4 days ago | | | 0 | 0.00063313628 | |
| 21218436 | 4 days ago | | | 0 | 0.00063028423 | |
| 21218174 | 4 days ago | | | 0 | 0.00046921184 | |
| 21218170 | 4 days ago | | | 0 | 0.00072681213 | |
| 21215766 | 4 days ago | | | 0 | 0.0016637332 |
ABI
ABI objects
Getter at block 21245740
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdrop(uint256[] amount, address[] receiver)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
changeAuthorizedContract(address contractAddress)
migrateToken()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenUri(string newUri)
toggleMigration()
transferOwnership(address newOwner)
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.
OperatorNotAllowed(address operator)