0x70bc0dc6414eb8974bc70685f798838a87d8cce4

Verified contract

Proxy

Active on Ethereum with 1,246 txns
Deployed by via 0x5e226fd6 at 19011348
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x70bc0dc6414eb8974bc70685f798838a87d8cce4"

0x90c1ef56233686e284ba70a030d64ce2d2f654c1420ef5f45a2f1440493a963f
0xfdc25fcb5a4f2f00824be1f9c491d37b3abf3b1f8b2b646084eb0a992dc43306
0xf336d2db5c48e6644f4ed9b71755ee496480595a7e8899bc2a94e7fb7a5be1cb
0x397ea49531b16bd53e87006ec4193223f56bd0429d99478c6d66c31d4fde538e
0xc39115f8163f01b04188dc16f5115584b5d7dec06e7997d42c204a7cf690d8b4
0x5e0de055c9dad3d29d28606b12f4e6dcca1e0258b69e2b0d7e914843f2dddf75
0x998c8d2f65fa3f076c3eb6b31dd88949f77826f779b0f51612f80d909b35d7d2
0x261af7f0acfaaa9d7810eeacfcdfc9c52ea23b85658cd16e0349179756c0cc6b
0xc5d097270335db4ba659c84e845da40c8a0912d39952f9133c75774f1d9e045c
0x598e991cf240a0abb7719914bf5566e1abbc1e574c27e7f077596da3f8b502af

Functions
Getter at block 21276038
DOMAIN_SEPARATOR(view returns (bytes32)
0x198ceb942c248dd580bfd4b0cb707be619b8f0ce6855bf9998e9bda837c2e56b
decimals(view returns (uint8)
18
interchainTokenId(view returns (bytes32)
0xb992c83e5ef8b2d4d84bb62eca09ea0e34ea5c1aad77645c4b2c849b42ebafac
interchainTokenService(view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name(view returns (string)
Chirpley Token
nameHash(view returns (bytes32)
0x5e3cb17878bc40809deb90f83cb91a7ad11ab067ac2989c71450acbf4a8848d8
symbol(view returns (string)
CHRP
totalSupply(view returns (uint256)
55516347962300276408472742
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(