Tako Protocol
Verified contract
Active on
Ethereum with 27 txns
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 "Tako Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18041269 | a year ago | | | 0 | 0.00067513293 | |
| 18039259 | a year ago | | | 0 | 0.00078961611 | |
| 18039158 | a year ago | | | 0 | 0.00051914221 | |
| 18039133 | a year ago | | | 0 | 0.00050075499 | |
| 18039123 | a year ago | | | 0 | 0.00054886898 | |
| 18039083 | a year ago | | | 0 | 0.00053819604 | |
| 18039073 | a year ago | | | 0 | 0.00053306022 | |
| 18039063 | a year ago | | | 0 | 0.00055553172 | |
| 18039038 | a year ago | | | 0 | 0.00053722272 | |
| 18039033 | a year ago | | | 0 | 0.00055216398 |
ABI
ABI objects
Getter at block 21311261
decimals() pure returns (uint8)
18
name() view returns (string)
Tako Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TAKO
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
guitar(uint256[] xData)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name_, string _symbol_, address _weth_, uint256 _nums_)
This contract contains no fallback and receive objects.
This contract contains no error objects.