Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FGAME | ERC-721 | 1 | -- | -- | |
FGAME | ERC-721 | 1 | -- | -- | |
FGAME | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16299112 | 2 years ago | | | 0 | 0.00094675152 | |
| 14594813 | 3 years ago | | | 0 | 0.00087152049 | |
| 14325722 | 3 years ago | | | 0 | 0.00080707363 | |
| 14266033 | 3 years ago | | | 0 | 0.0029826338 | |
| 14239757 | 3 years ago | | | 0 | 0.0020676415 | |
| 14228834 | 3 years ago | | | 0 | 0.0032501417 | |
| 14228276 | 3 years ago | | | 0 | 0.0025973743 | |
| 14222967 | 3 years ago | | | 0 | 0.0020240057 | |
| 14215347 | 3 years ago | | | 0 | 0.0029194949 | |
| 14214096 | 3 years ago | | | 0 | 0.0056481399 |
ABI
ABI objects
Getter at block 21173241
MAX_SUPPLY() view returns (uint256)
6666
PRICE() view returns (uint256)
65000000000000000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmSmKTUfopcsumQf5Ni6CgPKQzMsvVHhqwmau7Us6UYLAk/
live() view returns (bool)
false
minted() view returns (uint256)
471
name() view returns (string)
Fox Game
owner() view returns (address)
0x82d8ce80c4e58b92b9fc458d2a734acfc329790a
symbol() view returns (string)
FGAME
totalSupply() view returns (uint256)
471
Read-only
balanceOf(address owner) view returns (uint256)
earlyAccess(address) view returns (uint8)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freemint(uint8 amount) payable
mint(uint8 amount) payable
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_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient)
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(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.