Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TURBO | ERC-20 | 112.42M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18937849 | 10 months ago | | | 0 | 0.00046648661 | |
| 18861567 | a year ago | | | 0 | 0.00099710177 | |
| 18860639 | a year ago | | | 0 | 0.00068624394 | |
| 18858715 | a year ago | | | 0 | 0.0010105215 | |
| 18847635 | a year ago | | | 0 | 0.00085728391 | |
| 18846767 | a year ago | | | 0 | 0.00098505396 | |
| 18844832 | a year ago | | | 0 | 0.0011155973 | |
| 18844626 | a year ago | | | 0 | 0.00077309358 | |
| 18844625 | a year ago | | | 0 | 0.0012117139 | |
| 18844621 | a year ago | | | 0 | 0.0011147649 |
ABI
ABI objects
Getter at block 21224650
decimals() view returns (uint8)
18
name() view returns (string)
JingleAllTheWay
symbol() view returns (string)
TURBO
totalSupply() view returns (uint256)
220000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unlockTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)