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 "TurboSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16910368 | 2 years ago | | | 0 | 0.00043529048 | |
| 16910366 | 2 years ago | | | 0 | 0.00063811654 | |
| 16910365 | 2 years ago | | | 0 | 0.00061587893 | |
| 16910365 | 2 years ago | | | 0 | 0.00075527359 | |
| 16910357 | 2 years ago | | | 0 | 0.00066853851 | |
| 16910340 | 2 years ago | | | 0 | 0.00074655069 | |
| 16910332 | 2 years ago | | | 0 | 0.00071688900 | |
| 16910296 | 2 years ago | | | 0 | 0.00065637878 | |
| 16910282 | 2 years ago | | | 0 | 0.00074094826 | |
| 16910281 | 2 years ago | | | 0 | 0.00038811985 |
ABI
ABI objects
Getter at block 21211063
decimals() view returns (uint8)
9
name() view returns (string)
TurboSwap
owner() view returns (address)
0xee629ee22d51b85dbfddb3abbc9fb9fc4bef7f36
symbol() view returns (string)
TRBO
totalSupply() view returns (uint256)
10000000000000000000
transactionFee() view returns (uint256)
8
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
swap(address _address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
renounceOwnership()
swap(address _address, uint256 _value)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply, uint256 _transactionFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.