Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($618.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRL | ERC-20 | 300K | $0.002063 |
$618.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195761 | a day ago | | | 0 | 0.0011422742 | |
| 21166971 | 5 days ago | | | 0 | 0.0018564149 | |
| 21154300 | 7 days ago | | | 0 | 0.00046699084 | |
| 21094640 | 15 days ago | | | 0 | 0.00051436852 | |
| 21088053 | 16 days ago | | | 0 | 0.00059382936 | |
| 21081917 | 17 days ago | | | 0 | 0.00043890445 | |
| 21081818 | 17 days ago | | | 0 | 0.00040536675 | |
| 21064913 | 19 days ago | | | 0 | 0.00082109009 | |
| 21043161 | 22 days ago | | | 0 | 0.00056057393 | |
| 20994576 | a month ago | | | 0 | 0.00082428141 |
ABI
ABI objects
Getter at block 21203411
decimals() view returns (uint8)
18
name() view returns (string)
Triall
owner() view returns (address)
0x7bd80021e296694ebb7166ce3e3ad2fc1f568144
symbol() view returns (string)
TRL
totalSupply() view returns (uint256)
154123213339097900000000000
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(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _addr, uint256 _amount)
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 tokenReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.