EvoSnailsV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "EvoSnailsV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EvoSnailsV2"
ABI
ABI objects
Getter at block 20796866
cost() view returns (uint256)
0
leaf() view returns (address)
0x0000000000000000000000000000000000000000
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
publicMintStartTime() view returns (uint88)
0
startTime() view returns (uint88)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
whitelistMintStartTime() view returns (uint88)
0
Read-only
balanceOf(address owner) view returns (uint256)
canLoot(uint256 id, uint8 rollTier) view returns (bool)
claimableLeaf(uint256 id) view returns (uint256 _claimable)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
leafModifier(uint256 id) view returns (uint256 mod)
ownerOf(uint256 tokenId) view returns (address)
pools(uint8) view returns (uint16 cost, uint16 total, uint8 minTier, uint16 tier1, uint16 tier2, uint16 tier3, uint16 tier4)
setClaimed(uint8) view returns (bool)
snailActivities(uint256) view returns (uint8 state, address user, uint48 since, uint40 lastRoll)
snails(uint256) view returns (uint8 background, uint8 trail, uint8 body, uint8 shell, uint8 eyes, uint8 mouth, uint8 accessory)
stakedSnailByIndex(address _owner, uint256 index) view returns (uint256)
stakedSnailsCount(address _owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierUnlocked(uint8 tier) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 id) view returns (string)
State-modifying
Events adminSetSnail(uint256 id, uint8 accessory, uint8 background, uint8 body, uint8 eyes, uint8 mouth, uint8 shell, uint8 trail)
approve(address to, uint256 tokenId)
greenhouseSnails(uint256[] ids)
initialize()
lootForSnail(uint256 id, uint8 rollTier, bool rollAccessory, bool rollBackground, bool rollBody, bool rollShell, bool rollTrail)
mint(uint256 _mintAmount) payable
mintLeaf(address _to, uint256 _amount)
mintWhitelist(address account, uint256 tokenId, bytes32[] proof) payable
pause()
renounceOwnership()
returnSnails(uint256[] ids)
safeMint(address _to, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCooldownEnabled(bool _enabled)
setGamePaused(bool _paused)
setInventoryManager(address manager)
setLeaf(address leaf_)
setMerkleRoot(bytes32 _merkleRoot)
setPublicMintStartTime(uint88 _time)
setRollingPaused(bool _paused)
setStartTime(uint88 _time)
setWhitelistMintStartTime(uint88 _time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() payable
withdrawLeaf(uint256[] ids)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.