Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Floor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263528 | a day ago | | | 0 | 0.00038408848 | |
| 20951791 | a month ago | | | 0 | 0.00077562220 | |
| 20555977 | 3 months ago | | | 0 | 0.000071509285 | |
| 20119971 | 5 months ago | | | 0 | 0.00051330594 | |
| 20089969 | 5 months ago | | | 0 | 0.00028793617 | |
| 19899426 | 6 months ago | | | 0 | 0.00015753398 | |
| 19705766 | 7 months ago | | | 0 | 0.00034227012 | |
| 18881216 | a year ago | | | 0 | 0.0011750461 | |
| 18874726 | a year ago | | | 0 | 0.00069150890 | |
| 18846679 | a year ago | | | 0 | 0.00095563601 |
ABI
ABI objects
Getter at block 21273096
TREASURE_KEYS_LIMIT() view returns (uint256)
350
_withdrawalWallet() view returns (address)
0xeb51e97f15168de7ca14b11b8d62511b240f967e
baseURI() view returns (string)
https://basement.thefloornft.com/
buildingIsActive() view returns (bool)
false
maxMintsPerTxn() view returns (uint256)
20
maxTokenSupply() view returns (uint256)
5316
mintPrice() view returns (uint256)
35000000000000000
name() view returns (string)
Floor
owner() view returns (address)
0x5e6996e2cb20250d5aa5011685363cde7b083f46
preSaleIsActive() view returns (bool)
false
provenance() view returns (string)
saleIsActive() view returns (bool)
false
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13457094
symbol() view returns (string)
FLR
totalSupply() view returns (uint256)
3016
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWallets(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buildFloor(uint256 firstTokenId, uint256 secondTokenId)
burn(uint256 tokenId)
buyPresale(uint256 numberOfTokens) payable
cleanPresaleWallets(address[] _a)
emergencySetStartingIndexBlock()
flipBuildingState()
flipPreSaleState()
flipSaleState()
mintFloors(uint256 numberOfTokens) payable
mintToAddress(uint256 reservedAmount, address mintAddress)
mintWithTreasureKey()
renounceOwnership()
reserveMint(uint256 reservedAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setManager(address manager)
setMaxMintsPerTxn(uint256 amount)
setMaxTokenSupply(uint256 maxFloorSupply)
setMintPrice(uint256 newPrice)
setPresaleWallets(address[] _a)
setProvenanceHash(string provenanceHash)
setStartingIndex()
setWithdrawalWallet(address _wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EthClaimed(address to, uint256 amount)
FloorBuilt(uint256 firstTokenId, uint256 secondTokenId, uint256 builtFloorTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
PreSaleMint(address owner, uint256 qty)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxFloorSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.