Global Citizens
Verified contract
Active on
Ethereum with 19,169 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Global Citizens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154727 | 20 hours ago | | | 0 | 0.00037913250 | |
| 21047420 | 16 days ago | | | 0 | 0.000099716100 | |
| 21043499 | 16 days ago | | | 0 | 0.00074667067 | |
| 21033612 | 18 days ago | | | 0 | 0.00027739800 | |
| 20939780 | a month ago | | | 0 | 0.00034985360 | |
| 20888995 | a month ago | | | 0 | 0.00039826826 | |
| 20754954 | 2 months ago | | | 0 | 0.000097759951 | |
| 20738551 | 2 months ago | | | 0 | 0.00020561003 | |
| 20732213 | 2 months ago | | | 0 | 0.00011952940 | |
| 20709482 | 2 months ago | | | 0 | 0.000074204781 |
ABI
ABI objects
Getter at block 21160575
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmRX12SKvyQh46PfzPMSwgFYGv81Fx8rXFbFXseFi23omy/
maxMintAmount() view returns (uint256)
2
maxOGMintAmount() view returns (uint256)
3
maxSupply() view returns (uint256)
8888
mintPerOGWallet() view returns (uint256)
3
mintPerWallet() view returns (uint256)
2
name() view returns (string)
Global Citizens
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xda3ffd415f09b144336c72f589ef6ecb7482ec59
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GCC
totalSupply() view returns (uint256)
8888
Read-only
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gccMint(uint256 _mintAmount)
mint(uint256 _mintAmount) payable
ogAddresses(address[] _addresses)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMintPerOGWallet(uint256 _newLimit)
setMintPerWallet(uint256 _newLimit)
setmaxMintAmount(uint256 _newmaxMintAmount)
toggleWhitelist(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddresses(address[] _addresses)
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.