Inu Inu
Verified contract
Active on
Ethereum with 8,596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INUINU | ERC-20 | 163.738102B | $0.00 |
$163.74 | |
DAI | ERC-20 | 92.2 | $0.999922 |
$92.19 | |
FLOKI | ERC-20 | 472.37936K | $0.000177 |
$83.42 | |
SHIK | ERC-20 | 49.043759B | $0.00 |
$49.04 | |
SHIB | ERC-20 | 661.704331K | $0.000027 |
$17.7 | |
WBTC | ERC-20 | 0.000108 | $79,593.00 |
$8.58 | |
PEPE | ERC-20 | 638.63K | $0.000013 |
$8.05 | |
LEASH | ERC-20 | 0.019093 | $345.69 |
$6.6 | |
WETH | ERC-20 | 0.002 | $3,212.21 |
$6.42 | |
AUDIO | ERC-20 | 44.66 | $0.137273 |
$6.13 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158188 | an hour ago | | | 0 | 0.00099288166 | |
| 21157712 | 3 hours ago | | | 0 | 0.00055885610 | |
| 21157035 | 5 hours ago | | | 0 | 0.00077190557 | |
| 21153867 | 16 hours ago | | | 0 | 0.00046411667 | |
| 21151849 | a day ago | | | 0 | 0.00044971317 | |
| 21151160 | a day ago | | | 0 | 0.00055668757 | |
| 21151053 | a day ago | | | 0 | 0.00034891113 | |
| 21149858 | a day ago | | | 0 | 0.00048375635 | |
| 21149418 | a day ago | | | 0 | 0.00031114402 | |
| 21145319 | 2 days ago | | | 0 | 0.00047927474 |
ABI
ABI objects
Getter at block 21158635
decimals() view returns (uint8)
18
name() view returns (string)
Inu Inu
symbol() view returns (string)
INUINU
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.