Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb22c…7b4c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOVE | ERC-20 | 478.88626M | -- | -- | |
FAITH | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276593 | 10 hours ago | | | 0 | 0.00056380452 | |
| 21276059 | 11 hours ago | | | 0 | 0.0010442815 | |
| 21272879 | a day ago | | | 0 | 0.0015158178 | |
| 21271080 | a day ago | | | 0 | 0.00069095115 | |
| 21271078 | a day ago | | | 0 | 0.00025096666 | |
| 21262932 | 2 days ago | | | 0 | 0.00064350929 | |
| 21260829 | 3 days ago | | | 0 | 0.00078055333 | |
| 21260342 | 3 days ago | | | 0 | 0.00071189449 | |
| 21260173 | 3 days ago | | | 0 | 0.0010084061 | |
| 21260172 | 3 days ago | | | 0 | 0.0011398757 |
ABI
ABI objects
Getter at block 21279461
active() view returns (bool)
true
decimals() view returns (uint8)
18
faithFeePercent() view returns (uint256)
0
feeReceiver() view returns (address)
0x88ea73f4fc0928af6763298c99c4a2984a891989
lastMintBlock() view returns (uint256)
21276593
love() view returns (address)
0xb22c05cedbf879a661fcc566b5a759d005cf7b4c
lovePerBlock() view returns (uint256)
25000000000000000000
name() view returns (string)
Faith
owner() view returns (address)
0x586b97a599a83ced8d8f8244333925eedfe0bda9
symbol() view returns (string)
FAITH
totalSupply() view returns (uint256)
142964139279822886975312259
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)
flipActive()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFaithFeePercent(uint256 _faithFeePercent)
updateFeeReceiver(address _feeReceiver)
updateLovePerBlock(uint256 _lovePerBlock)
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 _love)
This contract contains no fallback and receive objects.
This contract contains no error objects.