FARE Protocol
Verified contract
Active on
Ethereum with 52 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 "FARE Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19330520 | 9 months ago | | | 0 | 0.0021102094 | |
| 19330518 | 9 months ago | | | 0 | 0.0013602137 | |
| 19330130 | 9 months ago | | | 0 | 0.0023785745 | |
| 19330041 | 9 months ago | | | 0 | 0.0022225623 | |
| 19330035 | 9 months ago | | | 0 | 0.0022799679 | |
| 19325290 | 9 months ago | | | 0 | 0.0023049760 | |
| 19324039 | 9 months ago | | | 0 | 0.00092879294 | |
| 19324027 | 9 months ago | | | 0 | 0.0014212655 | |
| 19324015 | 9 months ago | | | 0 | 0.0016587575 | |
| 19323882 | 9 months ago | | | 0 | 0.0017227272 |
ABI
ABI objects
Getter at block 21324168
_taxData() view returns (address)
0x27cce12ab3f97700569a6081ad420f0bf4ab2f60
decimals() view returns (uint8)
18
name() view returns (string)
FARE Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FARE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokeninfo(address) view returns (bool)
State-modifying
Events addBots(address bot) returns (bool)
approve(address spender, uint256 amount) returns (bool)
delBots(address notbot)
removeLimits()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address add)
This contract contains no fallback and receive objects.
This contract contains no error objects.