GRND
Unverified contract
Proxy
Active on
Base with 29,166 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001468 |
$0 | |
GRND | ERC-20 | 142.227177M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 898.141944 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21845531 | a day ago | | | 0 | 4.1516512e-7 | |
| 21730027 | 4 days ago | | | 0 | 2.2812377e-7 | |
| 21721588 | 4 days ago | | | 0 | 2.2696906e-7 | |
| 21721580 | 4 days ago | | | 0 | 2.2719858e-7 | |
| 21570200 | 8 days ago | | | 0 | 4.1367868e-7 | |
| 21565026 | 8 days ago | | | 0 | 3.8238238e-7 | |
| 21523780 | 9 days ago | | | 0 | 2.3827085e-7 | |
| 21402474 | 11 days ago | | | 0 | 0.000000409016035265 | |
| 21248931 | 15 days ago | | | 0 | 0.0000025438137 | |
| 21248604 | 15 days ago | | | 0 | 0.0000075846754 |
ABI
ABI objects
Getter at block 21894676
DOMAIN_SEPARATOR() view returns (bytes32)
0x9b8e14ae29b043746e2a6338a6bc8d996a0e6bf1fdab48f5716d3c47053ceeb5
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0xe750442cdc7b5839ff3d90a05d78f183d967f3de2deb1872be9c73eaa96cbf11
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
GRND
nameHash() view returns (bytes32)
0xc02248745f0bed4a1c6e189362d1b789577b40be7e81cec7e47e2fa1780f16c0
symbol() view returns (string)
GRND
totalSupply() view returns (uint256)
492020663344575238160000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
hasRole(address account, uint8 role) view returns (bool)
isMinter(address addr) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptMintership(address fromMinter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(bytes32 tokenId_, address minter, string tokenName, string tokenSymbol, uint8 tokenDecimals)
interchainTransfer(string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
interchainTransferFrom(address sender, string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proposeMintership(address minter_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address minter_)
Approval(address indexed owner, address indexed spender, uint256 value)
RolesAdded(address indexed account, uint256 accountRoles)
RolesProposed(address indexed fromAccount, address indexed toAccount, uint256 accountRoles)
RolesRemoved(address indexed account, uint256 accountRoles)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
InterchainTokenServiceAddressZero()
InvalidAccount()
InvalidProposedRoles(address fromAccount, address toAccount, uint256 accountRoles)
InvalidS()
InvalidSignature()
InvalidV()
MissingAllRoles(address account, uint256 accountRoles)
MissingAnyOfRoles(address account, uint256 accountRoles)
MissingRole(address account, uint8 role)
PermitExpired()
TokenIdZero()
TokenNameEmpty()
TokenSymbolEmpty()