Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($186.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INUS | ERC-20 | 186.962021B | $0.00 |
$186.96 | |
Aguri | ERC-20 | 6.002881T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142968 | 2 days ago | | | 0 | 0.0010751634 | |
| 21140679 | 3 days ago | | | 0 | 0.00041103076 | |
| 21140236 | 3 days ago | | | 0 | 0.00030419137 | |
| 21140160 | 3 days ago | | | 0 | 0.00030232651 | |
| 21122163 | 5 days ago | | | 0 | 0.00096044930 | |
| 21111044 | 7 days ago | | | 0 | 0.00022675204 | |
| 21106946 | 7 days ago | | | 0 | 0.00031891925 | |
| 21106381 | 8 days ago | | | 0 | 0.00024864329 | |
| 21104000 | 8 days ago | | | 0 | 0.00021686367 | |
| 21098632 | 9 days ago | | | 0 | 0.00025154682 |
ABI
ABI objects
Getter at block 21160422
decimals() view returns (uint8)
9
name() view returns (string)
Aguri
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTx() view returns (bool)
true
symbol() view returns (string)
Aguri
totalSupply() view returns (uint256)
420680000000000000000000
uniswapPair() view returns (address)
0xe744c74258e567c9814816f30fc2dc06c8a3be47
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMarketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address owner_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.