Fragments of the Abyss
Verified contract
Active on
Ethereum with 280 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 "Fragments of the Abyss"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873971 | 2 months ago | | | 0 | 0.00018102933 | |
| 19699016 | 7 months ago | | | 0 | 0.00024012055 | |
| 19050195 | 10 months ago | | | 0 | 0.00035258462 | |
| 19050195 | 10 months ago | | | 0 | 0.00035171494 | |
| 19022730 | 10 months ago | | | 0 | 0.00084985249 | |
| 18918312 | a year ago | | | 0 | 0.00032323816 | |
| 18799634 | a year ago | | | 0 | 0.0013142304 | |
| 18722689 | a year ago | | | 0 | 0.0014344465 | |
| 17814713 | a year ago | | | 0 | 0.00081300139 | |
| 17814704 | a year ago | | | 0 | 0.00086750469 |
ABI
ABI objects
Getter at block 21284260
BASE_RATE() view returns (uint256)
6849315068000000000
END() view returns (uint256)
1955491200
START() view returns (uint256)
1640199600
decimals() view returns (uint8)
18
mkContracts() view returns (address)
0x8009250878ed378050ef5d2a48c70e24eb2ede7e
name() view returns (string)
Fragments of the Abyss
symbol() view returns (string)
FOA
totalSupply() view returns (uint256)
9051737021721049794912729008
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTotalClaimable(address _user) view returns (uint256)
lastUpdate(address) view returns (uint256)
rewards(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFor(address _user, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward(address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateReward(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
RewardPaid(address indexed user, uint256 reward)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _mk, address _receiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.