Utility TENS
Verified contract
Active on
Ethereum with 352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Utility TENS"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16996125 | 2 years ago | | | 0 | 0.00045931550 | |
| 11444988 | 4 years ago | | | 0 | 0.00038359970 | |
| 11435276 | 4 years ago | | | 0 | 0.00054117800 | |
| 11339067 | 4 years ago | | | 0 | 0.0013719030 | |
| 11279232 | 4 years ago | | | 0 | 0.0026815415 | |
| 11267104 | 4 years ago | | | 0 | 0.0012359100 | |
| 11219494 | 4 years ago | | | 0 | 0.00062052206 | |
| 11161527 | 4 years ago | | | 0 | 0.0011115872 | |
| 11147046 | 4 years ago | | | 0 | 0.0010802890 | |
| 11147045 | 4 years ago | | | 0 | 0.0019058890 |
ABI
ABI objects
Getter at block 21318593
_totalSupply() view returns (uint256)
8968928819221325341716
basePercent() view returns (uint256)
200
decimals() view returns (uint8)
18
name() view returns (string)
Utility TENS
symbol() view returns (string)
uTENS
totalSupply() view returns (uint256)
8968928819221325341716
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
findBurnPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.