Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($13,828.04)
Native
Value
$13,828.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.2 | $3,292.39 |
$13,828.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20697500 | 2 months ago | | | 0 | 0.00018613434 | |
| 20696857 | 2 months ago | | | 0 | 0.000098465503 | |
| 20504311 | 3 months ago | | | 0 | 0.000049175425 | |
| 20082664 | 5 months ago | | | 0 | 0.00055480870 | |
| 20063034 | 5 months ago | | | 0 | 0.00033590213 | |
| 19743021 | 7 months ago | | | 0 | 0.00012989427 | |
| 19665990 | 7 months ago | | | 0 | 0.00033261232 | |
| 19665446 | 7 months ago | | | 0 | 0.00045154918 | |
| 19661340 | 7 months ago | | | 0 | 0.0010168442 | |
| 19639640 | 7 months ago | | | 0 | 0.00042605478 |
ABI
ABI objects
Getter at block 21171070
collectionSize() view returns (uint256)
5555
maxAmountPublic() view returns (uint256)
12
maxAmountWhitelist() view returns (uint256)
2
name() view returns (string)
Evinco
owner() view returns (address)
0xe233ec68951ea8a0d397c280b15e1fb37fcd1619
price() view returns (uint256)
300000000000000000
publicMintLive() view returns (uint256)
1
symbol() view returns (string)
EVINCO
totalSupply() view returns (uint256)
1511
wlMintLive() view returns (uint256)
0
Read-only
_publicClaimed(address) view returns (uint256)
_whitelistClaimed(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 _numOfTokens) 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 _newBaseURI)
setPrice(uint256 _newPrice)
setPublicMax(uint256 _newLimit)
setSigned(address _newSign)
setWhitelistMax(uint256 _newLimit)
togglePublicMint()
toggleWLMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32 hash, bytes signature, uint256 _amountToMint, uint256 _maxAmountAllowedToMint, uint256 _mintPrice) payable
withdrawSplitFunds()
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(string _name, string _symbol, string _setBaseTokenURI, uint256 _whitelistMaxAmount, uint256 _publicMaxAmount, uint256 _maxSupply, uint256 _price)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()