0xac11a6166d01f9ac28f708f9c4a973ed0e434877
Verified contract
Proxy
Active on
Ethereum with 854 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 |
---|---|---|---|---|---|
HYDRA | ERC-20 | 172.283044K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213360 | 2 days ago | | | 0 | 0.00050272842 | |
| 21119495 | 15 days ago | | | 0 | 0.00018580431 | |
| 21119490 | 15 days ago | | | 0 | 0.00018064843 | |
| 20961113 | a month ago | | | 0 | 0.00026635601 | |
| 20961107 | a month ago | | | 0 | 0.00025427444 | |
| 20768350 | 2 months ago | | | 0.0005 | 0.00033988310 | |
| 20687251 | 2 months ago | | | 0 | 0.00022104817 | |
| 20638153 | 3 months ago | | | 0 | 0.000060398047 | |
| 20625943 | 3 months ago | | | 0 | 0.00011866469 | |
| 20600202 | 3 months ago | | | 0 | 0.000046050099 |
ABI
ABI objects
Getter at block 21229701
DOMAIN_SEPARATOR() view returns (bytes32)
0x7333b3e56ada2446981ef11e4383630fce84a2fef7110538fd10d5e7d784f8da
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0x54bb57af6ed48adb304d032566182351d8ab9b7b8b64edb9b6ea2ef82aa76736
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
Hydra
nameHash() view returns (bytes32)
0xcbd31164386a771a78cc043551413458e0ec014fbeb661b30836523af2a146e5
symbol() view returns (string)
HYDRA
totalSupply() view returns (uint256)
881294359549046321566489062
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()