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 "EXONIKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18867963 | a year ago | | | 0 | 0.00097601099 | |
| 18408842 | a year ago | | | 0 | 0.00044388722 | |
| 18223598 | a year ago | | | 0 | 0.00045699370 | |
| 18209303 | a year ago | | | 0 | 0.00044083686 | |
| 18084136 | a year ago | | | 0 | 0.0010081299 | |
| 17605518 | a year ago | | | 0 | 0.00061366707 | |
| 17463246 | a year ago | | | 0 | 0.00088222087 | |
| 17397526 | a year ago | | | 0 | 0.0016124803 | |
| 17339029 | 2 years ago | | | 0 | 0.0017247616 | |
| 17020189 | 2 years ago | | | 0 | 0.0016689778 |
ABI
ABI objects
Getter at block 21295057
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpass() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
EXONIKS
owner() view returns (address)
0x6dd07fafc2423a2894e94c934255c1021781b1fc
provenance() view returns (string)
r2eAddress() view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot() view returns (bytes32)
0x273fb84155f6ae6e572c2b25022da3c67ec2104c040841ae384c18eb8ed2a652
symbol() view returns (string)
EXON
token() view returns (uint16 maxSupply, uint8 pubMintType, uint16 pubMaxMint, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, uint8 preSalePhase, bool transferrable, bool supplyLock)
(maxSupply=3010, pubMintType=1, pubMaxMint=50, preSalePrice=65000000000000000, pubSalePrice=65000000000000000, preSaleIsActive=false, pubSaleIsActive=true, claimIsActive=false, preSalePhase=0, transferrable=true, supplyLock=false)
totalReleased() view returns (uint256)
9575000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
253
Read-only
balanceOf(address owner) view returns (uint256)
fiatMinters(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
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 airdrop(address[] _addresses, uint16[] _quantities)
approve(address operator, uint256 tokenId) payable
burn(uint256[] _ids)
lockSupply()
mint(address _address, uint256 _quantity, uint256 _maxMint, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setFiatMinter(address _address, bool _allowed)
setMintPass(address _address)
setPrice(uint72 _preSalePrice, uint72 _pubSalePrice)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _pubMaxMint, uint8 _pubMintType)
updateSaleState(bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive, uint8 _preSalePhase)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _r2eAddress, address[] _fiatMinters, string _provenance, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()