Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05fe…6cc7
0x0000…0000
Balances ($0.00)
No balances found for "$Floors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15378056 | 2 years ago | | | 0 | 0.00076649444 | |
| 15247249 | 2 years ago | | | 0 | 0.00054584481 | |
| 15134042 | 2 years ago | | | 0 | 0.0027984515 | |
| 15118934 | 2 years ago | | | 0 | 0.0014147976 | |
| 15118705 | 2 years ago | | | 0 | 0.00075204251 | |
| 15118689 | 2 years ago | | | 0 | 0.0013681302 | |
| 14989327 | 2 years ago | | | 0 | 0.00098213781 | |
| 14989198 | 2 years ago | | | 0 | 0.00087610464 | |
| 14974896 | 2 years ago | | | 0 | 0.0020142783 | |
| 14950985 | 2 years ago | | | 0 | 0.0027363669 |
ABI
ABI objects
Getter at block 21321354
BASE_RATE() view returns (uint256)
10000000000000000000
FloorNft() view returns (address)
0x05febf6a40a672854b3549f2b814e9a9946e6cc7
GameCoin() view returns (address)
0x0000000000000000000000000000000000000000
START() view returns (uint256)
1639411207
decimals() view returns (uint8)
18
name() view returns (string)
$Floors
owner() view returns (address)
0x5e6996e2cb20250d5aa5011685363cde7b083f46
symbol() view returns (string)
$FLOORS
totalSupply() view returns (uint256)
288085801736111111111042
Read-only
allowance(address owner, address spender) view returns (uint256)
allowed(address) view returns (bool)
balanceOf(address account) view returns (uint256)
getClaimable(address account) view returns (uint256)
lastUpdate(address) view returns (uint256)
rewards(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
claim(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exchangeFrom(address account, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintCoins(address to, uint256 amount)
renounceOwnership()
setAllowed(address account, bool isAllowed)
setGameCoinAddress(address gameCoin)
start()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
update(address from, address to)
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 floorNft)
This contract contains no fallback and receive objects.
This contract contains no error objects.