EXONIKS

Verified contract

Active on Ethereum with 196 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "EXONIKS"

0xd89056b636e0c5469d2ed0869ee3c290603eee4bc927b13bc4c093f79f76bcae
0xc49135320db23ee44fc01938d4e1cb65940503827cfb3f6ee7605ed8d0b74a26
0x2ec48fd12531a3daccad8b2c835e2681e92d2a33d81a3f53c09555166a4c5b1e
0x8ed130bee2051d4259a4ce73fdca5a9338cfbb98dd9dfdb72e559bc206226aea
0xa13587d3d105e28ba7a8eed85a7e2f0d7326c4ba63b9eeae8ab120115b0666f8
0xf6d7d568f22da7da62c09c9308ead24c5e96fe8914cf9fe494dc7fb6eb0931b4
0x52258c4d8c8b6cb6b66e140a125bbffbd9c166251ee75d3f0d62ba6f4575e4bf
0xf462807d7c88def06811a6face08a1a7d48ada96101fcadfcc89dbbddc67776c
0xc3c653ed7fe46eb234bbd40dbcbe511d0adc98607309aeffcc6a986ee8c0d821
0x0eeeaf913c2011f74df5c90e89e3bfa54d2e61df2547ec4fc32fd1aed3651d2a

Functions
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 maxSupplyuint8 pubMintTypeuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool transferrablebool 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 ownerview returns (uint256)
fiatMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address[] _addressesuint16[] _quantities
approve(address operatoruint256 tokenIdpayable 
burn(uint256[] _ids
lockSupply(
mint(address _addressuint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setMintPass(address _address
setPrice(uint72 _preSalePriceuint72 _pubSalePrice
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _pubMaxMintuint8 _pubMintType
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActiveuint8 _preSalePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress _r2eAddressaddress[] _fiatMintersstring _provenancestruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(