MondoTokens
Verified contract
Active on
Ethereum with 3,445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($56.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0169 | $3,322.63 |
$56.15 | |
TATR | ERC-20 | 0.033 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198408 | 8 days ago | | | 0 | 0.00079250126 | |
| 21190966 | 9 days ago | | | 0 | 0.00069825376 | |
| 21151231 | 15 days ago | | | 0 | 0.00058665920 | |
| 21038589 | a month ago | | | 0 | 0.00036474668 | |
| 21031001 | a month ago | | | 0 | 0.00062216320 | |
| 20900893 | 2 months ago | | | 0 | 0.0011649477 | |
| 20900891 | 2 months ago | | | 0 | 0.0011780354 | |
| 20887434 | 2 months ago | | | 0 | 0.00033222341 | |
| 20837813 | 2 months ago | | | 0 | 0.0010312901 | |
| 20731359 | 2 months ago | | | 0 | 0.000095491031 |
ABI
ABI objects
Getter at block 21258954
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PROVENANCE_RECORD() view returns (string)
magnet:?xt=urn:btih:000519fbe6f5ffb26f9d505b334265aa0f8b58c3&dn=Mondo%20Megabits%20Drop%201%20-%20Fake%20Tech
ROYALTY_DIVISOR() view returns (uint256)
20
TOTAL_COPIES_EVER() view returns (uint256)
4038
WITHDRAWER_ROLE() view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
_mondoMarketplace() view returns (address)
0x7b5602cffa8689042a6d87fc5855e8917e874294
contractURI() pure returns (string)
https://metadata.mondomegabits.com/contract
maxMintCountPerAddress() view returns (uint8)
255
mintingStatus() view returns (uint8)
4
paused() view returns (bool)
false
root() view returns (bytes32)
0x36a3f277fab998f2083548bd5c2787cfea178f0898274a95941a60a2c72a3ca4
signer() view returns (address)
0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
totalMinted() view returns (uint256)
3001
whitelistEnabled() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintCount(address) view returns (uint8)
ownerNonces(address) view returns (uint16)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events advancedMint(uint256[] _ids, uint256 _expiryTimestamp, uint256 _nonce, bytes32 _messageHash, bytes _signature) payable returns (uint256[])
changeMaxMintCountPerAddress(uint8 newMaxMintCountPerAddress)
changeMerkleRoot(bytes32 newRoot)
changeSigner(address newSigner)
giveGiftTokens(uint256[] ids, uint256[] counts)
grantPauserRole(address newPauser)
grantRole(bytes32 role, address account)
grantWithdrawerRole(address newWithdrawer)
mint(uint8 count, bytes32[] proof) payable returns (uint256[] ids)
pause()
removePauserRole(address oldPauser)
removeWithdrawerRole(address oldWithdrawer)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setMintingStatus(uint8 status)
setMondoMarketplace(address mondoMarketplaceAddress)
setWhitelist(bool enabled)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CardMinted(uint256 id, address owner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.