Floor Gen 3
Verified contract
Active on
Ethereum with 4,652 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ccd…85aa
Balances ($0.00)
No balances found for "Floor Gen 3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227636 | 7 days ago | | | 0 | 0.00042185886 | |
| 21226450 | 7 days ago | | | 0 | 0.00045502241 | |
| 21173447 | 14 days ago | | | 0 | 0.00089244407 | |
| 21173444 | 14 days ago | | | 0 | 0.0015687159 | |
| 21128967 | 21 days ago | | | 0 | 0.0011199167 | |
| 21108344 | 23 days ago | | | 0 | 0.00030373630 | |
| 21102944 | 24 days ago | | | 0 | 0.00010202640 | |
| 21054405 | a month ago | | | 0 | 0.00019253664 | |
| 21036755 | a month ago | | | 0 | 0.00058835362 | |
| 21032033 | a month ago | | | 0 | 0.00030572995 |
ABI
ABI objects
Getter at block 21275987
DOMAIN_SEPARATOR() view returns (bytes32)
0x4ac2c285ee7c0f806549737698f0f2adeb8b2d100f4d8a7a09a6c773c44d5fa8
MAX_MULTIMINT() view returns (uint256)
5
MAX_PER_WALLET() view returns (uint256)
20
MAX_PUBLIC_SUPPLY() view returns (uint256)
2250
MAX_RESERVED_SUPPLY() view returns (uint256)
750
MAX_SUPPLY() view returns (uint256)
3000
MINTER_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
PRICE() view returns (uint256)
200000000000000000
baseTokenURI() view returns (string)
https://ipfs.madewithmason.com/ipfs/QmX5psrYgWCrQwnnM3DtmmpHimhbopeoSBLtANK6CEaYi5/
claimingIsActive() view returns (bool)
true
name() view returns (string)
Floor Gen 3
owner() view returns (address)
0xd640c898b0902bd02f69de0fe8d0bd560956db76
saleIsActive() view returns (bool)
true
symbol() view returns (string)
FLOORIII
totalPublicSupply() view returns (uint256)
2250
totalReservedSupply() view returns (uint256)
595
totalSupply() view returns (uint256)
2845
Read-only
allowedMintCount(address minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaimlist(uint256 count, bytes signature) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasUnclaimedTokens(address minter) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensClaimed(address minter) view returns (uint256)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
claimTokens(uint256 count, bytes signature) payable
flipClaimState()
flipSaleState()
mint(uint256 count) payable
ownerMint(uint256 count, address recipient)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setClaimSigningAddress(address newSigningKey)
setMaxPerWallet(uint256 _maxPerWallet)
setMultiMint(uint256 _maxMultimint)
setPrice(uint256 _tokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string tokenName, string tokenSymbol, string customBaseURI_, address[] payees, uint256[] shares, uint256 _tokenPrice, uint256 _tokensForSale, uint256 _tokensReserved)
This contract contains no fallback and receive objects.
This contract contains no error objects.