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 |
---|---|---|---|---|---|
FAYRE | ERC-20 | 92.688488K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223242 | 7 days ago | | | 0 | 0.0013901149 | |
| 20573903 | 3 months ago | | | 0 | 0.000040746634 | |
| 20297191 | 4 months ago | | | 0 | 0.000044657067 | |
| 20219284 | 5 months ago | | | 0 | 0.00023313665 | |
| 19819455 | 7 months ago | | | 0 | 0.00035602324 | |
| 19634881 | 7 months ago | | | 0 | 0.00086500090 | |
| 19525233 | 8 months ago | | | 0 | 0.0019522999 | |
| 19399439 | 9 months ago | | | 0 | 0.0034218035 | |
| 19369748 | 9 months ago | | | 0 | 0.0036949746 | |
| 19291099 | 9 months ago | | | 0 | 0.0039450594 |
ABI
ABI objects
Getter at block 21273187
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xd637b562b75a9fb674af742e38524059736f47e8
name() view returns (string)
Fayre
owner() view returns (address)
0xd637b562b75a9fb674af742e38524059736f47e8
symbol() view returns (string)
FAYRE
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.