USDT
Unverified contract
Proxy
Active on
Ethereum with 20 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 13.196923K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21386382 | 20 hours ago | | | 0 | 0.0010451994 | |
| 21380407 | 2 days ago | | | 0 | 0.0023079153 | |
| 21380293 | 2 days ago | | | 0 | 0.0021620943 | |
| 21337523 | 8 days ago | | | 0 | 0.0020450793 | |
| 21278025 | 16 days ago | | | 0 | 0.00058773748 | |
| 21264968 | 18 days ago | | | 0 | 0.0010255323 | |
| 21264943 | 18 days ago | | | 0 | 0.0011260726 | |
| 21244779 | 21 days ago | | | 0 | 0.00075010091 | |
| 21244735 | 21 days ago | | | 0 | 0.0010459032 | |
| 21237238 | 22 days ago | | | 0 | 0.0016374100 |
ABI
ABI objects
Getter at block 21392445
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x2799b2d8ca7f7b31c67c1b95c7b08ea3eaee4c18
decimals() view returns (uint8)
18
name() view returns (string)
USDT
symbol() view returns (string)
USDT
team() view returns (address)
0x2799b2d8ca7f7b31c67c1b95c7b08ea3eaee4c18
totalSupply() view returns (uint256)
99999999999999999000000000000000000
tradeBurnRatio() view returns (uint256)
10
tradeFeeRatio() view returns (uint256)
10
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events abandonOwnership(address zeroAddress)
approve(address spender, uint256 amount) returns (bool)
changeTeamAccount(address newTeam)
claimOwnership()
init(address _creator, uint256 _totalSupply, string _name, string _symbol, uint8 _decimals, uint256 _tradeBurnRatio, uint256 _tradeFeeRatio, address _team)
initOwner(address newOwner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ChangeTeam(address oldTeam, address newTeam)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.