Cheeky Snails
Verified contract
Active on
Ethereum with 235 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 "Cheeky Snails"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18478808 | a year ago | | | 0 | 0.00098054299 | |
| 17964379 | a year ago | | | 0 | 0.0017780580 | |
| 14817325 | 2 years ago | | | 0 | 0.00083267053 | |
| 14798588 | 2 years ago | | | 0 | 0.00080511651 | |
| 14598029 | 3 years ago | | | 0 | 0.0016814195 | |
| 14586513 | 3 years ago | | | 0 | 0.0021449835 | |
| 14377733 | 3 years ago | | | 0 | 0.00066920107 | |
| 14363314 | 3 years ago | | | 0 | 0.0012448384 | |
| 14363203 | 3 years ago | | | 0 | 0.0011128285 | |
| 14363064 | 3 years ago | | | 0 | 0.0045709252 |
ABI
ABI objects
Getter at block 21208412
DROP_ACTIVE() view returns (bool)
true
EARLY_LIMIT() view returns (uint256)
2777
EARLY_MINTS() view returns (uint256)
10
EARLY_PRICE() view returns (uint256)
10000000000000000
FREE_LIMIT() view returns (uint256)
777
MAXSUPPLY() view returns (uint256)
7777
MAX_MINTS() view returns (uint256)
20
PRICE() view returns (uint256)
20000000000000000
name() view returns (string)
Cheeky Snails
owner() view returns (address)
0x304bfcd2ef968d38261d6cc70b43760dc8cb65ff
projName() view returns (string)
Cheeky Snails
projSym() view returns (string)
SNA
symbol() view returns (string)
SNA
totalSupply() view returns (uint256)
2043
uriPrefix() view returns (string)
https://ipfs.io/ipfs/QmPfewkZGMk9MTpp2eLzKyNfN2Yf8tew4E363iCfvn4qUM/
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipDropState()
mint(uint256 numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMints(uint256 newMax)
setPrice(uint256 newPrice)
setSupply(uint256 newSupply)
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
fallback()
receive()
This contract contains no error objects.