USDT Main Token Relay
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "USDT Main Token Relay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11658858 | 4 years ago | | | 0 | 0.0024409080 | |
| 11570081 | 4 years ago | | | 0 | 0.0055057420 | |
| 11486189 | 4 years ago | | | 0 | 0.0035031550 | |
| 11484513 | 4 years ago | | | 0 | 0.0013918521 | |
| 11442392 | 4 years ago | | | 0 | 0.00067785012 | |
| 11412540 | 4 years ago | | | 0 | 0.0022751000 | |
| 11402703 | 4 years ago | | | 0 | 0.00059334477 | |
| 11400669 | 4 years ago | | | 0 | 0.0017176760 | |
| 11376478 | 4 years ago | | | 0 | 0.0014916660 | |
| 11362537 | 4 years ago | | | 0 | 0.0022595000 |
ABI
ABI objects
Getter at block 21207186
decimals() view returns (uint8)
18
name() view returns (string)
USDT Main Token Relay
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x79d89b87468a59b9895b31e3a373dc5973d60065
symbol() view returns (string)
USDTBNT
totalSupply() view returns (uint256)
23396245700577969
transfersEnabled() view returns (bool)
true
version() view returns (uint16)
4
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
issue(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.