Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 0.01 | $1.00 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097827 | 14 days ago | | | 0 | 0.00022557081 | |
| 21097820 | 14 days ago | | | 0 | 0.00017580884 | |
| 21084170 | 16 days ago | | | 0 | 0.00042302017 | |
| 21084103 | 16 days ago | | | 0 | 0.00047251620 | |
| 21084102 | 16 days ago | | | 0 | 0.00049469014 | |
| 21084011 | 16 days ago | | | 0 | 0.00020613030 | |
| 21084009 | 16 days ago | | | 0 | 0.00037348710 | |
| 20836395 | 2 months ago | | | 0 | 0.0017580959 | |
| 20742771 | 2 months ago | | | 0 | 0.00036769345 | |
| 20742764 | 2 months ago | | | 0 | 0.00042002272 |
ABI
ABI objects
Getter at block 21198979
decimals() pure returns (uint8)
6
name() view returns (string)
Tezro
owner() view returns (address)
0x185fa43d205ed2a68b3e860fe5d916d91c8fbf60
symbol() view returns (string)
USTT
totalSupply() view returns (uint256)
391166940
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)
burn(address from, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
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 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.