Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FAIR | ERC-20 | 17.946719M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11125025 | 4 years ago | | | 0 | 0.0010229825 | |
| 11124987 | 4 years ago | | | 0 | 0.00072441607 | |
| 11124986 | 4 years ago | | | 0 | 0.0010626081 | |
| 11124972 | 4 years ago | | | 0 | 0.00087767240 | |
| 11086442 | 4 years ago | | | 0 | 0.0029068001 | |
| 11041927 | 4 years ago | | | 0 | 0.0068600480 | |
| 11038660 | 4 years ago | | | 0 | 0.0022576341 | |
| 11034881 | 4 years ago | | | 0 | 0.0029216440 | |
| 11033783 | 4 years ago | | | 0 | 0.0012940801 | |
| 11016156 | 4 years ago | | | 0 | 0.0063103750 |
ABI
ABI objects
Getter at block 21294576
decimals() view returns (uint8)
18
fair() view returns (address)
0x3bbaf639f381b2d75b321903a921850fc2fe1538
name() view returns (string)
FairBar
symbol() view returns (string)
xFAIR
totalSupply() view returns (uint256)
6248625445492753051233
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)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
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(address _fair)
This contract contains no fallback and receive objects.
This contract contains no error objects.