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 | 73.50036K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21346607 | 5 days ago | | | 0 | 0.00092820091 | |
| 21280174 | 14 days ago | | | 0 | 0.0016961870 | |
| 21164060 | a month ago | | | 0 | 0.00082912835 | |
| 21164016 | a month ago | | | 0 | 0.00066584116 | |
| 21163764 | a month ago | | | 0 | 0.00071135336 | |
| 21163731 | a month ago | | | 0 | 0.00074899742 | |
| 21135387 | a month ago | | | 0 | 0.00067165500 | |
| 21129646 | a month ago | | | 0 | 0.00056720588 | |
| 21129556 | a month ago | | | 0 | 0.0011916104 | |
| 20887080 | 2 months ago | | | 0 | 0.00048199932 |
ABI
ABI objects
Getter at block 21379388
createdByMetacrypt() pure returns (bool)
true
decimals() view returns (uint8)
18
getIdentifier() view returns (string)
Metacrypt_B_TR_NC_X
name() view returns (string)
Tether
owner() view returns (address)
0x8b7af7b1482cac735431f582dd1f6dc68038c0e9
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(address __metacrypt_target, string __metacrypt_name, string __metacrypt_symbol, uint8 __metacrypt_decimals, uint256 __metacrypt_initial)
This contract contains no fallback and receive objects.
This contract contains no error objects.