Ethereum
Verified contract
Active on
Ethereum with 2,569 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 |
---|---|---|---|---|---|
USDT | ERC-20 | 69.498K | -- | -- | |
USDT | ERC-20 | 25.365K | -- | -- | |
ETH | ERC-20 | 1.265K | -- | -- | |
ETH | ERC-20 | 61 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244709 | an hour ago | | | 0 | 0.00068055000 | |
| 21243944 | 3 hours ago | | | 0 | 0.00078507000 | |
| 21242942 | 7 hours ago | | | 0 | 0.00078525000 | |
| 21242866 | 7 hours ago | | | 0 | 0.00078525000 | |
| 21242584 | 8 hours ago | | | 0 | 0.00068039400 | |
| 21237651 | a day ago | | | 0 | 0.00066570000 | |
| 21235745 | a day ago | | | 0 | 0.00057060000 | |
| 21230272 | 2 days ago | | | 0 | 0.0013087500 | |
| 21229443 | 2 days ago | | | 0 | 0.00054810000 | |
| 21229081 | 2 days ago | | | 0 | 0.00057585000 |
ABI
ABI objects
Getter at block 21244957
decimals() view returns (uint256)
0
name() view returns (string)
Ethereum
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
99999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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, uint256 _dec, uint256 _supply, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.