420.game Green Pass
Verified contract
Active on
Ethereum with 17,580 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 "420.game Green Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20986550 | a month ago | | | 0 | 0.00057475869 | |
| 20802798 | 2 months ago | | | 0 | 0.00020336578 | |
| 20235064 | 5 months ago | | | 0 | 0.00020129732 | |
| 19916879 | 6 months ago | | | 0 | 0.00039601308 | |
| 19892229 | 6 months ago | | | 0 | 0.000097234457 | |
| 19666196 | 7 months ago | | | 0 | 0.00019755072 | |
| 19630039 | 7 months ago | | | 0 | 0.00040522907 | |
| 19630011 | 7 months ago | | | 0 | 0.00037332032 | |
| 19333680 | 9 months ago | | | 0 | 0.0022060497 | |
| 19320843 | 9 months ago | | | 0 | 0.0013823160 |
ABI
ABI objects
Getter at block 21246333
GREEN_LIST_TIME_LIMIT() view returns (uint256)
172800
GREEN_PASS_FEE() view returns (uint256)
142000000000000000
GREEN_PASS_TOKEN_ID() view returns (uint8)
0
MAX_PASSES() view returns (uint8)
3
NAME() view returns (string)
420.game Green Pass
OG_TIME_LIMIT() view returns (uint256)
15600
OG_TOKEN_ID() view returns (uint8)
1
SYMBOL() view returns (string)
420GP
VAULT() view returns (address)
0x298afc231bc5e9f0bcaf7cd35a148b4a351d1daf
greenListMerkleRoot() view returns (bytes32)
0xe0372c9bb6f35c5cf2d4616243ef33a5d66b1f0ce4b4e75f366ab8de503f1b20
name() pure returns (string)
420.game Green Pass
ogMerkleRoot() view returns (bytes32)
0x2dc2c9ac92fa4f1d59e9689f2a57a2dafee3837a943a6122ff578be55b315c37
owner() view returns (address)
0x864d79ca9c7653dc824df178d9fd9652722ea92f
startTimestamp() view returns (uint256)
1644685200
symbol() pure returns (string)
420GP
Read-only
amountPerWallets(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
hasOGClaimed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supplies(uint8) view returns (uint256)
supplyCaps(uint256) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 typeId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(bytes32[] merkleProof, uint256 _qty) payable
claimOG(bytes32[] merkleProof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setGreenListMerkleRoot(bytes32 _greenListMerkleRoot)
setOgMerkleRoot(bytes32 _ogMerkleRoot)
setStartTimestamp(uint256 _startTimestamp)
setVault(address _newVaultAddress)
transferOwnership(address newOwner)
vaultMint(uint256 _id, uint256 _amount)
withdraw(uint256 _amount)
withdrawAll()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimGreenPassNFT(address indexed _user)
ClaimOGNFT(address indexed _user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetStartTimestamp(uint256 indexed _timestamp)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
VaultPasses(address indexed _user)
constructor(string _baseURI, uint256 _startTimestamp, bytes32 _ogMerkleRoot, bytes32 _greenListMerkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.