GANNFT-Faces
Verified contract
Active on
Ethereum with 484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbae6…0454
0x376f…88ba
Balances ($0.00)
No balances found for "GANNFT-Faces"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110410 | a month ago | | | 0 | 0.00012726868 | |
| 20650915 | 3 months ago | | | 0 | 0.000028328436 | |
| 19358905 | 9 months ago | | | 0 | 0.0025436883 | |
| 19342868 | 9 months ago | | | 0 | 0.0027238907 | |
| 18888991 | a year ago | | | 0 | 0.0015602204 | |
| 18886410 | a year ago | | | 0 | 0.0012238304 | |
| 18886395 | a year ago | | | 0 | 0.0012997592 | |
| 18711023 | a year ago | | | 0 | 0.0019359476 | |
| 17959912 | a year ago | | | 0 | 0.00059907900 | |
| 17875835 | a year ago | | | 0 | 0.00082949400 |
ABI
ABI objects
Getter at block 21325492
MAXPURCHASE() view returns (uint256)
10
MAXSUPPLY() view returns (uint256)
1111
PRICE() view returns (uint256)
100000000000000000
PRICEGAPE() view returns (uint256)
50000000000000000
PROVANCE() view returns (string)
fa4760a07a0088994d78b6532f5eaf347ebff0457020f8f24c9269a177838186
contractURI() view returns (string)
ipfs://QmXzvcq3hGeRUykzzTgUgN6NpNN55gjmvA7vW3sAK1wCRr
frozenMetadata() view returns (bool)
true
name() view returns (string)
GANNFT-Faces
owner() view returns (address)
0xa99f49bd4ffc92737a4e0c124100cf03d771a04e
promo() view returns (uint256)
0
saleIsActive() view returns (bool)
false
symbol() view returns (string)
GAN-Faces
totalSupply() view returns (uint256)
448
Read-only
GapesMinted(address) view returns (uint256)
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)
flipSaleState()
freezeMetadata()
mint(uint256 numberOfTokens) payable
mintGAPE(uint256 numberOfTokens) payable
mintPromo(uint256 numberOfTokens)
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_)
setContractURI(string contractURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
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)
PermanentURI(string _baseURI, string _contractURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.