GI Founder Pass
Verified contract
Active on
Ethereum with 1,099 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 "GI Founder Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18962173 | a year ago | | | 0 | 0.00046191258 | |
| 17429309 | 2 years ago | | | 0 | 0.0015461896 | |
| 17428904 | 2 years ago | | | 0 | 0.0011914432 | |
| 16979308 | 2 years ago | | | 0 | 0.0010329015 | |
| 16847852 | 2 years ago | | | 0 | 0.0012101798 | |
| 16596422 | 2 years ago | | | 0 | 0.00094577637 | |
| 16526658 | 2 years ago | | | 0 | 0.0013385767 | |
| 16403957 | 2 years ago | | | 0 | 0.00042959353 | |
| 16394830 | 2 years ago | | | 0 | 0.00070846409 | |
| 16216919 | 2 years ago | | | 0 | 0.00066997098 |
ABI
ABI objects
Getter at block 21380078
MAX_SUPPLY() view returns (uint256)
1000
RESERVE_TOKEN_AMOUNT() view returns (uint256)
200
baseTokenURI() view returns (string)
ipfs://bafybeihlh5cedrioaguefmeuububu2twsprfatfth6nhbquibtrtr7cmy4/
isPublicMintActive() view returns (bool)
true
isWhitelistMintActive() view returns (bool)
false
name() view returns (string)
GI Founder Pass
owner() view returns (address)
0xe9e65dca47d5588455d5af1c9dbd9c1716072c65
publicMintPrice() view returns (uint256)
150000000000000000
symbol() view returns (string)
GIFP
tokenIdCounter() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
whitelistMerkleRoot() view returns (bytes32)
0xb994f11d773a49ced0ec7c124171373b47bcca88282ae3dafb4e20e29475743a
whitelistMintPrice() view returns (uint256)
120000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistEligible(address addr, bytes32[] _merkleProof) 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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 numberOfMints) payable
renounceOwnership()
reserveToken()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
togglePublicMintActive()
toggleWhitelistMintActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 numberOfMints, bytes32[] _merkleProof) payable
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.
This contract contains no error objects.