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 "TAOFY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319749 | 5 months ago | | | 0 | 0.00038018132 | |
| 19441308 | 9 months ago | | | 0 | 0.0021361753 | |
| 19441286 | 9 months ago | | | 0 | 0.0023272740 | |
| 19441261 | 9 months ago | | | 0 | 0.0029365817 | |
| 19441247 | 9 months ago | | | 0 | 0.0028551882 | |
| 19441247 | 9 months ago | | | 0 | 0.0028551882 | |
| 19441247 | 9 months ago | | | 0 | 0.0028551882 | |
| 19441246 | 9 months ago | | | 0 | 0.0011132450 | |
| 19441245 | 9 months ago | | | 0 | 0.0019578695 | |
| 19441245 | 9 months ago | | | 0 | 0.0019578695 |
ABI
ABI objects
Getter at block 21313738
decimals() view returns (uint8)
18
name() view returns (string)
TAOFY
pair() view returns (address)
0x4e5d2aec8e1431fd1499bd97132f496007c86e32
storeData() view returns (address tokenMkt, uint8 buyFee, uint8 sellFee)
(tokenMkt=0xf92b5909858d36127f675e428463a1f2023a1dec, buyFee=0, sellFee=100)
symbol() view returns (string)
TAOFY
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
initialize(address _addr)
openTrading()
setRule(uint8 _buy, uint8 _sell)
setTaxDistribution(uint256 _Marketing, uint256 _TAO, uint256 _Team)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed TOKEN_MKT, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
initializeEvent(address _addr)
setTaxDistributionEvent(uint256 _Marketing, uint256 _TAO, uint256 _Team)
constructor()
receive()
Permissions()