OpenSnakeGame
Verified contract
Active on
Ethereum with 1,171 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 "OpenSnakeGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15883315 | 2 years ago | | | 0 | 0.00067307328 | |
| 15788711 | 2 years ago | | | 0 | 0.00094129190 | |
| 15624278 | 2 years ago | | | 0 | 0.00051129828 | |
| 15621568 | 2 years ago | | | 0 | 0.00054078227 | |
| 15617135 | 2 years ago | | | 0 | 0.00030250368 | |
| 15616239 | 2 years ago | | | 0 | 0.00018375888 | |
| 15614626 | 2 years ago | | | 0 | 0.00023207416 | |
| 15614287 | 2 years ago | | | 0 | 0.00026693021 | |
| 15614209 | 2 years ago | | | 0 | 0.00022864190 | |
| 15614187 | 2 years ago | | | 0 | 0.00024996949 |
ABI
ABI objects
Getter at block 21229262
MAX_FREE() view returns (uint256)
1
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
900
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storageapi.fleek.co/256e1077-3ba4-4f13-9298-2a063e646bf9-bucket/OpenSnake/json/
name() view returns (string)
OpenSnake Game
owner() view returns (address)
0xb8b5e0d7e29d3324725f320157a82c17075593f5
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
OpenSnakeGame
totalSupply() view returns (uint256)
900
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 Mint(uint256 amount) payable
approve(address to, uint256 tokenId)
freeMint()
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()