Any Inu
Verified contract
Proxy
Active on
Ethereum with 10,591 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 ($20.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 20 | $1.001 |
$20.02 | |
INUINU | ERC-20 | 77.247724M | $0.00 |
$0.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244636 | a minute ago | | | 0 | 0.00042824976 | |
| 21244348 | an hour ago | | | 0 | 0.00080672512 | |
| 21244133 | 2 hours ago | | | 0 | 0.00078494696 | |
| 21243429 | 4 hours ago | | | 0 | 0.00047899165 | |
| 21243419 | 4 hours ago | | | 0 | 0.00084515345 | |
| 21243347 | 4 hours ago | | | 0 | 0.00073668635 | |
| 21243337 | 4 hours ago | | | 0 | 0.00067433768 | |
| 21243288 | 5 hours ago | | | 0 | 0.00070147431 | |
| 21241956 | 9 hours ago | | | 0 | 0.00021931699 | |
| 21241726 | 10 hours ago | | | 0 | 0.00031396298 |
ABI
ABI objects
Getter at block 21244640
DOMAIN_SEPARATOR() view returns (bytes32)
0xc1078e20184e511274ad98453e27e64ef841a113c32de9039a21379c175b988b
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0x4eed4be1acf5e047f86fed1d359d4767bb2569b42c9aac71e91d27efc56b8815
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
Any Inu
nameHash() view returns (bytes32)
0xde59795ced370c0a56d305332038ba2a6137ca9a4849cedfb16d56c24a3f04fe
symbol() view returns (string)
AI
totalSupply() view returns (uint256)
22082529393210017798678307114785
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()