Floor App Pass
Verified contract
Active on
Ethereum with 12,740 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
7 additional
variables
Balances ($0.00)
No balances found for "Floor App Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102511 | 16 days ago | | | 0 | 0.00012097172 | |
| 20979192 | a month ago | | | 0 | 0.00081434985 | |
| 20966154 | a month ago | | | 0 | 0.0010741067 | |
| 20927697 | a month ago | | | 0 | 0.00078645156 | |
| 20891631 | a month ago | | | 0 | 0.00023430076 | |
| 20852669 | 2 months ago | | | 0 | 0.00026501349 | |
| 20757597 | 2 months ago | | | 0 | 0.00012552082 | |
| 20757545 | 2 months ago | | | 0 | 0.00015228141 | |
| 20757544 | 2 months ago | | | 0 | 0.00014637421 | |
| 20702093 | 2 months ago | | | 0 | 0.000031443100 |
ABI
ABI objects
Getter at block 21215736
CLAIM_DOMAIN_SEPARATOR() view returns (bytes32)
0x2c73c0e77e750d83aeca41ab28d693beaf5f3b857b41ef112b8e66b5bb23fba0
CLAIM_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISCOUNT_DOMAIN_SEPARATOR() view returns (bytes32)
0xe40f398e4401c7d088f59b5ed0b231535c5ced8eb339bb36113ff7429de5befc
DISCOUNT_TYPEHASH() view returns (bytes32)
0x2744a6917094ca2ea2ac15d34cf9febe9c2a504b2370fa0f60e99090ad07d83e
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
WHITELIST_DOMAIN_SEPARATOR() view returns (bytes32)
0x1b2a41f57657313e1acc66a83cc5748a9174bd7c2be8bcbf8f9c52d4e4fda927
WHITELIST_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
contractIsLocked() view returns (bool)
false
currentMaximum() view returns (uint256)
12977
currentStartOfLine() view returns (uint256)
12978
getBaseImageURI() view returns (string)
https://d2ukegk3778hkl.cloudfront.net/
getExternalUrl() view returns (string)
https://www.floornfts.io
getImageExtension() view returns (string)
.png
getTokenDescription() view returns (string)
This app may or may not be notable. An invite to use the Floor app with this wallet. Get started at https://floornfts.io/app-pass/guide
getTokenName() view returns (string)
Checks - Floor Edition
getTreasuryAddress() view returns (address)
0x98db1d0a32d0783a1e689f226bdebb81e57f26d9
maxPerWallet() view returns (uint256)
1
name() view returns (string)
Floor App Pass
owner() view returns (address)
0xd640c898b0902bd02f69de0fe8d0bd560956db76
saleIsActive() view returns (bool)
false
symbol() view returns (string)
APASS
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
12798
whitelistIsActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _count, address _recipient)
airdropBatch(uint256[] _counts, address[] _recipients)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSaleState()
flipWhitelistState()
grantRole(bytes32 role, address account)
letPeopleIn(uint256 _count)
lockContract(string _destructCode)
mint(uint256 _count) payable
release()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseImageURI(string _baseImageURI)
setExternalUri(string _externalUrl)
setImageExtension(string _imageExtension)
setMaxPerWallet(uint256 _maxPerWallet)
setSigningAddress(address newSigningKey)
setTokenDescription(string _tokenDescription)
setTokenName(string _tokenName)
setTokenPrice(uint256 _tokenPrice)
setTreasuryAddress(address _treasuryAddress)
skipTheLine(uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _count, bytes _signature) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _baseImageURI, address _treasuryAddress, uint256 _royaltyPercent)
This contract contains no fallback and receive objects.
AlreadyOnTheList()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractLocked()
ContractsCannotMint()
ExceedsMaxPerWallet()
InsufficientPayment()
InvalidDestructCode()
InvalidSignature()
InvalidTokenId()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSigningKey()
NotAuthorized()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistNotActive()