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 "TENA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19180130 | 9 months ago | | | 0 | 0.0022533876 | |
| 17726256 | a year ago | | | 0 | 0.00099277410 | |
| 16986237 | 2 years ago | | | 0 | 0.0017141313 | |
| 16979095 | 2 years ago | | | 0 | 0.0021977688 | |
| 16979094 | 2 years ago | | | 0 | 0.0037247766 | |
| 16870098 | 2 years ago | | | 0 | 0.0017671522 | |
| 16747735 | 2 years ago | | | 0 | 0.0011951100 | |
| 16410961 | 2 years ago | | | 0 | 0.00081239886 | |
| 15943367 | 2 years ago | | | 0 | 0.00062420400 | |
| 15921748 | 2 years ago | | | 0 | 0.00053488800 |
ABI
ABI objects
Getter at block 21226792
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
TENA
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
TENA
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBurner(address account) view returns (bool)
isFreezed(address at) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freeze(address at)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
mint(uint256 value) returns (bool)
pause()
renounceBurner()
renounceMinter()
renounceOwnership()
renouncePauser()
setFreezed(address at, bool freezing)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address at)
unlock()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.