SillySnakes
Verified contract
Active on
Ethereum with 7,964 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 "SillySnakes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151343 | 2 days ago | | | 0 | 0.00070494993 | |
| 20726311 | 2 months ago | | | 0 | 0.000051328012 | |
| 20617828 | 3 months ago | | | 0 | 0.000019065823 | |
| 19923532 | 6 months ago | | | 0 | 0.00059099478 | |
| 19777624 | 6 months ago | | | 0 | 0.00027815310 | |
| 19764980 | 6 months ago | | | 0 | 0.00015798250 | |
| 19702432 | 7 months ago | | | 0 | 0.00019997380 | |
| 19659611 | 7 months ago | | | 0 | 0.00025943674 | |
| 19625219 | 7 months ago | | | 0 | 0.00096258402 | |
| 19625028 | 7 months ago | | | 0 | 0.0010542217 |
ABI
ABI objects
Getter at block 21169126
MAX_SUPPLY() view returns (uint256)
4444
MINT_PRICE() view returns (uint256)
10000000000000000
PAYMENT_PROCESSOR() view returns (address)
0x1efa5f64badd559869fc6e403f8197520064b493
SNAKE_LIMIT() view returns (uint256)
20
contractURI() pure returns (string)
ipfs://Qmc3bryHB1pzyngPJJxEVkrM4LqJNyvkQYKH9kpb5K7xLP
isMetadataLocked() view returns (bool)
false
isPaused() view returns (bool)
false
name() view returns (string)
SillySnakes
owner() view returns (address)
0x7244be593c9d4dc0b92d60bb606b55088490496a
prerevealURL() view returns (string)
ipfs://QmXKPwE6qnXvdtbTzP8zSEca2b2XJwwh5m7D7dPGX1CzkB
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
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(address paymentsAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()