Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($449.99)
Native
Value
$449.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.18 | $2,499.92 |
$449.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20476737 | 3 months ago | | | 0 | 0.00024013760 | |
| 17491427 | a year ago | | | 0 | 0.00048389433 | |
| 17491425 | a year ago | | | 0 | 0.0013017301 | |
| 17491424 | a year ago | | | 0 | 0.0011536685 | |
| 17491423 | a year ago | | | 0 | 0.00048018315 | |
| 17491423 | a year ago | | | 0 | 0.00048018315 | |
| 17491421 | a year ago | | | 0 | 0.0010701364 | |
| 17491421 | a year ago | | | 0 | 0.0010297550 | |
| 17491420 | a year ago | | | 0 | 0.0010758689 | |
| 17491420 | a year ago | | | 0 | 0.0012251235 |
ABI
ABI objects
Getter at block 21099040
BATCH_1_AMOUNT() view returns (uint256)
1000
BATCH_1_MAX_MINT() view returns (uint256)
6
BATCH_1_MINTED() view returns (uint256)
363
BATCH_1_OPEN() view returns (bool)
true
BATCH_1_PRICE() view returns (uint256)
90000000000000000
BATCH_2_AMOUNT() view returns (uint256)
2400
BATCH_2_MAX_MINT() view returns (uint256)
6
BATCH_2_MINTED() view returns (uint256)
230
BATCH_2_OPEN() view returns (bool)
true
BATCH_2_PRICE() view returns (uint256)
90000000000000000
BATCH_3_AMOUNT() view returns (uint256)
6400
BATCH_3_MAX_MINT() view returns (uint256)
9
BATCH_3_MINTED() view returns (uint256)
53
BATCH_3_OPEN() view returns (bool)
true
BATCH_3_PRICE() view returns (uint256)
90000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GIVEAWAY_AMOUNT() view returns (uint256)
199
GIVEAWAY_MINTED() view returns (uint256)
78
IS_BATCH_2_WHITELISTE() view returns (bool)
false
MAX_AMOUNT_PER_WALLET() view returns (uint256)
18
TOTAL_NUMBER_OF_NFTS() view returns (uint256)
9999
getBaseURICyborg() view returns (string)
ipfs://QmULEaoZntrRmSCWBLKdkj8sMP8sHybp7NToEbEMzntD8A/
getBaseURIDark() view returns (string)
ipfs://QmeMFVDaGTimD8LShKir2kKqs39jRFW3hrgwN6qPfuUGWX/
getBaseURIFire() view returns (string)
ipfs://QmVAWBK28sgFQ9a5h1CTkmau5VM2GSg7e915Dn7JQq6QY6/
getBaseURIWater() view returns (string)
ipfs://QmRRN2fWVNp8fnYtaSXSuHUcu4ticgMNS5NZVqKTWitzqU/
name() view returns (string)
METAMONZ
owner() view returns (address)
0x212f67687e869e5aad1b4c7ee0eb2eba7b511b0a
symbol() view returns (string)
METAMONZ
totalSupply() view returns (uint256)
724
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBase(uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isBatch2Allowed(address account) view returns (bool)
ownerOf(uint256 tokenId) 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 approve(address to, uint256 tokenId)
giveAway(address _to, uint256 base)
grantRole(bytes32 role, address account)
mint_batch_1(uint256 num, uint256 base) payable
mint_batch_2(uint256 num, uint256 base) payable
mint_batch_3(uint256 num, uint256 base) payable
openBatch1()
openBatch2()
openBatch3()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string fire, string water, string dark, string cyborg)
setBatch1MaxMint(uint256 max)
setBatch1MintPrice(uint256 price)
setBatch2MaxMint(uint256 max)
setBatch2MintPrice(uint256 price)
setBatch2Whitelist(address[] _addresses)
setBatch3MaxMint(uint256 max)
setBatch3MintPrice(uint256 price)
setIsBatch2Whitelist(bool state)
setMaximumPerWallet(uint256 max)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Batch1MaxMintSet(address account, uint256 max)
Batch1Open(address account)
Batch1PriceSet(address account, uint256 price)
Batch2MaxMintSet(address account, uint256 max)
Batch2Open(address account)
Batch2PriceSet(address account, uint256 price)
Batch3MaxMintSet(address account, uint256 max)
Batch3Open(address account)
Batch3PriceSet(address account, uint256 price)
Giveaway(address account, address to)
MaximumPerWalletSet(address account, uint256 max)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.