Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Arenamon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19368593 | 8 months ago | | | 0 | 0.0015941198 | |
| 17968655 | a year ago | | | 0 | 0.00033022963 | |
| 17898401 | a year ago | | | 0 | 0.00055009832 | |
| 17519136 | a year ago | | | 0 | 0.00064856028 | |
| 17162830 | 2 years ago | | | 0 | 0.0029618992 | |
| 16989155 | 2 years ago | | | 0 | 0.0012231479 | |
| 16915401 | 2 years ago | | | 0 | 0.00066857761 | |
| 16881274 | 2 years ago | | | 0 | 0.00054560170 | |
| 16719311 | 2 years ago | | | 0 | 0.00037335922 | |
| 16388372 | 2 years ago | | | 0 | 0.00059873054 |
ABI
ABI objects
Getter at block 21209168
MAX_SUPPLY() view returns (uint256)
10000
PRESALE_MINT_LIMIT() view returns (uint256)
50
PRESALE_PRICE() view returns (uint256)
40000000000000000
PUBLIC_MINT_LIMIT() view returns (uint256)
50
PUBLIC_PRICE() view returns (uint256)
40000000000000000
PUBLIC_SUPPLY() view returns (uint256)
9950
isPreSaleActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
true
m_whitelistRoot() view returns (bytes32)
0x7cf87a3b371a17654d1fc3d3ceedc781ade95461278b5dc7d4c94a4c1b003dd3
name() view returns (string)
Arenamon
owner() view returns (address)
0x73f2d776f085b7c5ebc6368b576d558dc4889e09
paymentAddress() view returns (address)
0x73f2d776f085b7c5ebc6368b576d558dc4889e09
symbol() view returns (string)
ARN
totalSupply() view returns (uint256)
706
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
indexer(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(bytes32 _leafNode, bytes32[] proof) view returns (bool)
m_mapPresaleMintCount(address) view returns (uint256)
m_mapPublicMintCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLeaf(address account, uint256 index, uint256 amount) pure returns (bytes32)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] airdropAddress, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
mintForTeam(address to)
mintPublic(uint256 numberOfTokens) payable
mintPublicWithCreditCard(address to, uint256 numberOfTokens) payable
mintWhitelist(address to, uint256 numberOfTokens, uint256 index, uint256 amount, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxLimit(uint256 maxSupply, uint256 publicSupply)
setMintLimit(uint256 presaleMintLimit, uint256 publicMintLimit)
setMintPrice(uint256 presaleMintPrice, uint256 publicMintPrice)
setPaymentAddress(address newPaymentAddress)
setWhiteListRoot(bytes32 root)
switchPublicSaleState()
switchWhitelistSaleState()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.