Tripio Token
Verified contract
Active on
Ethereum with 57,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENJ | ERC-20 | 20 | $0.203889 |
$4.08 | |
CELR | ERC-20 | 200 | $0.015965 |
$3.19 | |
FOR | ERC-20 | 1 | $0.001903 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
TRIO | ERC-20 | 8.424796M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
TZX | ERC-20 | 500K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
李孔依玄 | ERC-20 | 666 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237397 | a day ago | | | 0 | 0.00077393133 | |
| 21215307 | 4 days ago | | | 0 | 0.00091143000 | |
| 21213722 | 5 days ago | | | 0 | 0.00072112361 | |
| 21194337 | 7 days ago | | | 0 | 0.0015408170 | |
| 21191079 | 8 days ago | | | 0 | 0.00086583197 | |
| 21184843 | 9 days ago | | | 0 | 0.0011332857 | |
| 21177640 | 10 days ago | | | 0 | 0.00079479320 | |
| 21168032 | 11 days ago | | | 0 | 0.0018997056 | |
| 21161423 | 12 days ago | | | 0 | 0.00056731845 | |
| 21160959 | 12 days ago | | | 0 | 0.00057835146 |
ABI
ABI objects
Getter at block 21246411
INITIAL_SUPPLY() view returns (uint256)
5000000000
decimals() view returns (uint8)
18
name() view returns (string)
Tripio Token
owner() view returns (address)
0x99a8ebdfd2101dacad6313eba309620fb5f8dd37
symbol() view returns (string)
TRIO
totalSupply() view returns (uint256)
5000000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
disableTransfer()
enableTransfer()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
DisableTransfer()
EnableTransfer()
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.