Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,950.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IMPT | ERC-20 | 435.380638K | $0.005007 |
$2,180.13 | |
USDT | ERC-20 | 2.145839K | $1.00 |
$2,145.84 | |
PEPE | ERC-20 | 20M | $0.000019 |
$387.6 | |
FLOKI | ERC-20 | 1.039823M | $0.000227 |
$236.42 | |
USDC | ERC-20 | 1 | $1.00 |
$1 | |
EGGT | ERC-20 | 1 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268479 | 2 hours ago | | | 0 | 0.00024722207 | |
| 21268295 | 3 hours ago | | | 0 | 0.00043629199 | |
| 21268077 | 3 hours ago | | | 0 | 0.00042663652 | |
| 21267128 | 7 hours ago | | | 0 | 0.00095780140 | |
| 21267073 | 7 hours ago | | | 0 | 0.00078951718 | |
| 21266618 | 8 hours ago | | | 0 | 0.00077097415 | |
| 21266422 | 9 hours ago | | | 0 | 0.00059074016 | |
| 21266069 | 10 hours ago | | | 0 | 0.0010619799 | |
| 21265965 | 11 hours ago | | | 0 | 0.0011040780 | |
| 21265960 | 11 hours ago | | | 0 | 0.0014768911 |
ABI
ABI objects
Getter at block 21269115
DOMAIN_SEPARATOR() view returns (bytes32)
0xeab396adbf7fa0ba838fde8388f3eb3e345c2a7cb5cf5ff2719c31aaba4e5172
decimals() view returns (uint8)
18
name() view returns (string)
IMPT
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8250ac558ac5a0ed104b7be42dfd6cca862804a3
paused() view returns (bool)
false
symbol() view returns (string)
IMPT
totalSupply() view returns (uint256)
2758022701519302421758157909
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership() returns (bool success)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
nominateNewOwner(address owner_) returns (bool success)
pause() returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnerChanged(address indexed newOwner)
OwnerNominated(address indexed nominatedOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name_, string symbol_, address owner_, address[] recipients_, uint256[] amounts_)
This contract contains no fallback and receive objects.
This contract contains no error objects.