GRND

Unverified contract

Proxy

Active on Base with 29,166 txns
Deployed by via 0xdc907127 at 13850944
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x1a00f69b446a4c2850393423672d180eb9f2cc98c9f398726b2fe55740aeb210
0xe8d0da37dfb1dee95de262babe2fe849da3d70c3efe667e9ea8dc1428b5bc36d
0x746f544f8eddc75b71dcaf507f06084deb5b70448c015cef153ed6a2499edc79
0xa0629f9f494038386214aea1f0f97fb5cdef806a3496135e0c3cbd6a982b88af
0x066e4281f3a1aa7934074f522dffee835e185e6498d52ea32f10523098cf6ff2
0xf414f676038136161eba177b7b1b6b93564094d792f2bf5276b5c903714e452e
0x5a6918a1a7da01305ecb01e97f3269cfa212b7253deb8095ab32b13ff1e9762f
0xace1bc94b6eaa12f83ab8980e286b812d66107964d3b4f5e0e8cb061373d18c0
0x6881610984387738bd0460d8444b3b9cd646a80d8bf2a2aed64552da882e0451
0xa36288baff72b0848edf46d7efde34e696e30fdba97fa0edd7fe526b157499b4

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
hasRole(address accountuint8 roleview returns (bool)
isMinter(address addrview returns (bool)
nonces(addressview returns (uint256)
State-modifying
acceptMintership(address fromMinter
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
init(bytes32 tokenId_address minterstring tokenNamestring tokenSymboluint8 tokenDecimals
interchainTransfer(string destinationChainbytes recipientuint256 amountbytes metadatapayable 
interchainTransferFrom(address senderstring destinationChainbytes recipientuint256 amountbytes metadatapayable 
mint(address accountuint256 amount
permit(address issueraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
proposeMintership(address minter_
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferMintership(address minter_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RolesAdded(address indexed accountuint256 accountRoles
RolesProposed(address indexed fromAccountaddress indexed toAccountuint256 accountRoles
RolesRemoved(address indexed accountuint256 accountRoles
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InterchainTokenServiceAddressZero(
InvalidAccount(
InvalidProposedRoles(address fromAccountaddress toAccountuint256 accountRoles
InvalidS(
InvalidSignature(
InvalidV(
MissingAllRoles(address accountuint256 accountRoles
MissingAnyOfRoles(address accountuint256 accountRoles
MissingRole(address accountuint8 role
PermitExpired(
TokenIdZero(
TokenNameEmpty(
TokenSymbolEmpty(