Snake Game NFT
Verified contract
Active on
Ethereum with 1,722 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 "Snake Game NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264040 | 4 months ago | | | 0 | 0.00015395816 | |
| 20245619 | 4 months ago | | | 0 | 0.00016290988 | |
| 18274142 | a year ago | | | 0 | 0.00018064583 | |
| 17077628 | 2 years ago | | | 0 | 0.0010525208 | |
| 16611171 | 2 years ago | | | 0 | 0.00037841018 | |
| 15819054 | 2 years ago | | | 0 | 0.0014776913 | |
| 15638128 | 2 years ago | | | 0 | 0.00044661392 | |
| 15580486 | 2 years ago | | | 0 | 0.00013228781 | |
| 15496592 | 2 years ago | | | 0 | 0.00050662650 | |
| 15364489 | 2 years ago | | | 0 | 0.00042420982 |
ABI
ABI objects
Getter at block 21100835
MAX_FREE() view returns (uint256)
1
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
800
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXbKhvwxHkN7r9WdEhCoU7tEUqZP5WPmYFeJUJkgWoTzW/
name() view returns (string)
Snake Game NFT
owner() view returns (address)
0x2a0e0a53a62ae3ed7f7b486e0ce946630db29df8
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
SnakeGameNFT
totalSupply() view returns (uint256)
800
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(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 approve(address to, uint256 tokenId)
freeMint() payable
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
teamMint(uint256 _number)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()