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 |
---|---|---|---|---|---|
TRM | ERC-20 | 5.25K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15930382 | 2 years ago | | | 0 | 0.00099552171 | |
| 15924778 | 2 years ago | | | 0 | 0.00079190083 | |
| 15919070 | 2 years ago | | | 0 | 0.0015875938 | |
| 15905534 | 2 years ago | | | 0 | 0.00072596741 | |
| 15904142 | 2 years ago | | | 0 | 0.00049049934 | |
| 15904121 | 2 years ago | | | 0 | 0.00069603719 | |
| 15902401 | 2 years ago | | | 0 | 0.00074178242 | |
| 15866334 | 2 years ago | | | 0 | 0.00038551746 | |
| 15861670 | 2 years ago | | | 0 | 0.00051425804 | |
| 15847814 | 2 years ago | | | 0 | 0.0023467674 |
ABI
ABI objects
Getter at block 21168132
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
30000000000000000000000000000
name() view returns (string)
TREAMER
owner() view returns (address)
0xc26f3b9e682e3a0b4fea7c35cc21bd9a6f227489
symbol() view returns (string)
TRM
totalSupply() view returns (uint256)
30000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
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.