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 "Z3NA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21419985 | 3 days ago | | | 0 | 0.00046636789 | |
| 21017886 | 2 months ago | | | 0 | 0.00016499114 | |
| 20953654 | 2 months ago | | | 0 | 0.00037802551 | |
| 20558541 | 4 months ago | | | 0 | 0.000023633480 | |
| 20287749 | 5 months ago | | | 0 | 0.000057221810 | |
| 20202062 | 6 months ago | | | 0 | 0.000065573564 | |
| 20089623 | 6 months ago | | | 0 | 0.00029430441 | |
| 20083691 | 6 months ago | | | 0 | 0.00077131940 | |
| 20060910 | 6 months ago | | | 0 | 0.00027154329 | |
| 19857648 | 7 months ago | | | 0 | 0.00015103300 |
ABI
ABI objects
Getter at block 21443426
ambassadorToken() view returns (address)
0xf3991402d43497ee90e2ca9494f294df45ae5f0a
extraPresaleMintsPerAmbassadorToken() view returns (uint256)
4
locked() view returns (bool)
false
maxPresaleMintAmount() view returns (uint256)
3
maxPublicMintPerTx() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x003a7f31b39fe60dfe78a735859436dde710f4720497f85a22b8b34c7ae7f2d2
mintPrice() view returns (uint256)
150000000000000000
name() view returns (string)
Z3NA
owner() view returns (address)
0x7d7d979fbf39ea098cee29397d85a7609016f7f8
presaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
Z3NA
totalReleased() view returns (uint256)
161050000000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
1309
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasAmbassadorTokenClaimed(uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 _quantity, uint256[] _ambassadorTokenIds) payable
mintPresale(uint256 _quantity, bytes32[] _proof, uint256[] _ambassadorTokenIds) payable
ownerMint(address _to, uint256 _quantity)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAmbassadorToken(address _ambassadorTokenAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxPresaleMintAmount(uint256 _maxPresaleMintAmount)
setMaxPublicMint(uint256 _maxMint)
setMerkleRoot(bytes32 _root)
setMintPrice(uint256 _mintPrice)
togglePresaleStatus()
toggleSaleStatus()
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PresaleActivation(bool isActive)
PublicSaleActivation(bool isActive)
SetBaseUri(string uri)
SetMerkleRoot(bytes32 root)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address to, uint256 amount)
constructor(address _ambassadorTokenAddress, address[] payees, uint256[] shares_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()