G3Vrse Pass
Verified contract
Active on
Ethereum with 10,749 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($828.19)
Native
Value
$828.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2592 | $3,195.18 |
$828.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20813737 | 2 months ago | | | 0 | 0.0012566901 | |
| 20759392 | 2 months ago | | | 0 | 0.000048764661 | |
| 20656174 | 2 months ago | | | 0 | 0.000075352973 | |
| 20628336 | 2 months ago | | | 0 | 0.00023553586 | |
| 20532016 | 3 months ago | | | 0 | 0.00011608664 | |
| 20497889 | 3 months ago | | | 0 | 0.000078581050 | |
| 20429015 | 3 months ago | | | 0 | 0.00048865428 | |
| 20415642 | 3 months ago | | | 0 | 0.000033008000 | |
| 20355646 | 4 months ago | | | 0 | 0.00038738215 | |
| 20327420 | 4 months ago | | | 0 | 0.0011230590 |
ABI
ABI objects
Getter at block 21157389
name() view returns (string)
G3Vrse Pass
owner() view returns (address)
0xa45dd9cc03ea1d8e7236492448562933f7a8285c
r2eAddress() view returns (address)
0x32bac4944b72287af9891e2b6de858bffb0fc2d9
symbol() view returns (string)
G3
totalReleased() view returns (uint256)
28800000000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimMerkleRoot(uint256) view returns (bytes32)
hasClaimed(uint256, address) view returns (uint16)
hasMinted(uint256, address) view returns (uint16)
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
saleMerkleRoot(uint256) view returns (bytes32)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (uint16 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, bool supplyLock, uint16 totalSupply, bool transferrable)
totalReleased(address token) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events burnForAddress(uint256 _id, uint256 _quantity, address _address)
claim(uint256 _id, uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
crossmint(address _address, uint256 _quantity, uint256 _id, bytes32[] _proof, address _referrer) payable
mint(uint256 _id, uint256 _quantity, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(uint256 _id, address _address, uint16 _quantity)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurnerAddress(address _address)
setClaimRoot(uint256 _id, bytes32 _root)
setSaleRoot(uint256 _id, bytes32 _root)
setType(uint256 _id, uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice, bool _supplyLock)
setURI(string _uri)
transferOwnership(address newOwner)
updateSaleState(uint256 _id, bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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)
constructor(uint16 _id, string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _r2eAddress, address _crossmintAddress, struct ERC1155ContractToken _type)
receive()
OperatorNotAllowed(address operator)