Ey3k0nNFT
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 47 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Ey3k0nNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Ey3k0nNFT"
ABI
ABI objects
Getter at block 21286175
baseURI() view returns (string)
developerAddress() view returns (address)
0x0000000000000000000000000000000000000000
expirationTimestamp() view returns (uint256)
0
lastTokenId() view returns (uint256)
0
maxSupply() view returns (uint256)
0
maxTokensPerWallet() view returns (uint256)
0
name() view returns (string)
newClaimableOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
teamLastTokenId() view returns (uint256)
0
teamMaxSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimOwnership()
initialize(address _ownerAddress, address _signerAddress, address _developerAddress, uint256 _price, uint256 _maxSupply, uint256 _teamMaxSupply, uint256 _maxTokensPerWallet)
mint(uint256 _issued, uint256 _expiration, uint256 _numTokens, bytes signature) payable
mintBulkGiveAway(address[] _receivers)
mintGiveAway(address _receiver, uint256 _numTokens)
mintTeam(address _receiver, uint256 _numTokens)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiverAddress, uint96 feeNumerator)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDeveloperAddress(address _developerAddress)
updateExpirationTimestamp(uint256 _expirationTimestamp)
updateMaxSupply(uint256 _maxSupply)
updateMaxTokensPerWallet(uint256 _maxTokensPerWallet)
updatePrice(uint256 _price)
updateSignerAddress(address _signerAddress)
withdraw(address _receiver) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DeveloperUpdated(address oldDeveloperAddress, address newDeveloperAddress)
ExpirationTimestampUpdated(uint256 oldExpirationTimestamp, uint256 newExpirationTimestamp)
Initialized(uint8 version)
MaxSupplyUpdated(uint256 oldMaxSupply, uint256 newMaxSupply)
MaxTokensPerWalletUpdated(uint256 oldMaxTokensPerWallet, uint256 newMaxTokensPerWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(uint256 oldPrice, uint256 newPrice)
SignerUpdated(address oldSignerAddress, address newSignerAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.