ELUSIVE SLIME
Verified contract
Active on
Ethereum with 189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ELUSIVE SLIME"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16964318 | 2 years ago | | | 0 | 0.00077919515 | |
| 16963931 | 2 years ago | | | 0 | 0.0012931856 | |
| 16963925 | 2 years ago | | | 0 | 0.00076378955 | |
| 16963913 | 2 years ago | | | 0 | 0.00090217896 | |
| 16963899 | 2 years ago | | | 0 | 0.00080094986 | |
| 16963887 | 2 years ago | | | 0 | 0.00055774757 | |
| 16963881 | 2 years ago | | | 0 | 0.00082292455 | |
| 16963866 | 2 years ago | | | 0.01 | 0.0016576389 | |
| 16963863 | 2 years ago | | | 0.01 | 0.0016078564 | |
| 16963863 | 2 years ago | | | 0 | 0.00088443803 |
ABI
ABI objects
Getter at block 21384331
MAX_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4444
PRICE() view returns (uint256)
2000000000000000
_baseTokenURI() view returns (string)
ipfs://bafybeiasnignrnqsxpuwirhdkxcfrvtgn4pq2hb55okx4vu2d5rusgifie/
name() view returns (string)
ELUSIVE SLIME
owner() view returns (address)
0x28df2146a781bfa142519bbe0fc9e53da636bf7a
startTime() view returns (uint256)
4078846116
symbol() view returns (string)
ES
totalSupply() view returns (uint256)
779
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropToOwner()
approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _startTime, string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()