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 |
---|---|---|---|---|---|
0x_GCG | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18874384 | a year ago | | | 0 | 0.00078395289 | |
| 16882493 | 2 years ago | | | 0 | 0.00034416889 | |
| 16882490 | 2 years ago | | | 0 | 0.00036044647 | |
| 16882487 | 2 years ago | | | 0 | 0.00059243068 | |
| 16821171 | 2 years ago | | | 0 | 0.00091624075 | |
| 16821165 | 2 years ago | | | 0 | 0.0016505925 | |
| 16762397 | 2 years ago | | | 0 | 0.0022255704 | |
| 16744754 | 2 years ago | | | 0 | 0.0084413389 | |
| 16601932 | 2 years ago | | | 0 | 0.0010502020 | |
| 16599251 | 2 years ago | | | 0 | 0.0013374551 |
ABI
ABI objects
Getter at block 21221778
ERC712_VERSION() view returns (string)
1
MAX_MINT_PER_TX() view returns (uint256)
15
PRICE() view returns (uint256)
10000000000000000
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
SUPPLYCAP() view returns (uint256)
3000
baseTokenURI() view returns (string)
ipfs://QmaXbuJJ9WzsnSF6jdSw9TL7uf7rV3c3ttxUgJu4xQst2D/
contractURI() pure returns (string)
https://us-central1-nft-rampp.cloudfunctions.net/app/QJHUDkczVh53uynlIyGi/contract-metadata
currentTokenId() view returns (uint256)
3000
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x2e86608449fb010cfb530dfcb6f3a1e5fc65a3c30b5b49abb86e0de6ccf23796
isRevealed() view returns (bool)
true
mintingOpen() view returns (bool)
true
name() view returns (string)
XGCG
owner() view returns (address)
0x80048999ee97f2074fa95349384f732cd7c1db5c
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
0x_GCG
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to) payable
mintToAdmin(address _to)
mintToBulkAdmin(address[] addresses, uint256 addressCount)
mintToMultiple(address _to, uint256 _amount) payable
openMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unveil(string _updatedTokenURI)
withdrawAll()
withdrawAllRampp()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.