Trend Token
Verified contract
Active on
Ethereum with 828 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($112.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 112.301388 | $0.999317 |
$112.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847390 | 3 months ago | | | 0 | 0.00036748897 | |
| 20847382 | 3 months ago | | | 0 | 0.00036239740 | |
| 20065543 | 6 months ago | | | 0 | 0.00053286649 | |
| 19945842 | 7 months ago | | | 0 | 0.00018719464 | |
| 19920664 | 7 months ago | | | 0 | 0.00061194612 | |
| 19843976 | 7 months ago | | | 0 | 0.00028561054 | |
| 17132120 | 2 years ago | | | 0 | 0.0011669247 | |
| 17132119 | 2 years ago | | | 0 | 0.0011094856 | |
| 17011333 | 2 years ago | | | 0 | 0.00050499333 | |
| 17011330 | 2 years ago | | | 0 | 0.00049517868 |
ABI
ABI objects
Getter at block 21429783
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
name() view returns (string)
Trend Token
owner() view returns (address)
0xecd955c5b3a41a16601dae8aa28cfc02c31d392e
symbol() view returns (string)
TREND
totalSupply() view returns (uint256)
543885325962358
transactionsSize() view returns (uint256)
0
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockOwnership()
rebase(int256 supplyDelta) returns (uint256)
removeTransaction(uint256 index)
setTransactionEnabled(uint256 index, bool enabled)
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipLocked(address lockedOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.