TrilogyToken
Verified contract
Active on
Ethereum with 87 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TrilogyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17600810 | a year ago | | | 0 | 0.00076675861 | |
| 17390861 | a year ago | | | 0 | 0.0010332816 | |
| 17389726 | a year ago | | | 0 | 0.0010913384 | |
| 17389653 | a year ago | | | 0 | 0.0011006567 | |
| 17389649 | a year ago | | | 0 | 0.0011976458 | |
| 17389643 | a year ago | | | 0 | 0.0010864259 | |
| 17389636 | a year ago | | | 0 | 0.0011520261 | |
| 17389325 | a year ago | | | 0 | 0.0012301720 | |
| 17388408 | a year ago | | | 0 | 0.0015705872 | |
| 17388045 | a year ago | | | 0 | 0.0021040703 |
ABI
ABI objects
Getter at block 21217737
decimals() view returns (uint8)
18
name() view returns (string)
TrilogyToken
owner() view returns (address)
0x21e359cecc2ecdee87de7b14ad614a3061bbae6c
symbol() view returns (string)
TRILOGY
totalSupply() view returns (uint256)
33333333333333000000000000000000
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 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) 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(uint256 _totalSupply)
fallback()
receive()
This contract contains no error objects.