FloorIsLava
Verified contract
Active on
Ethereum with 1,538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "FloorIsLava"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242766 | 4 days ago | | | 0 | 0.00049596384 | |
| 21241026 | 4 days ago | | | 0 | 0.00047740766 | |
| 21217362 | 7 days ago | | | 0 | 0.00083062049 | |
| 21188540 | 11 days ago | | | 0 | 0.0015374371 | |
| 21182576 | 12 days ago | | | 0 | 0.0013861731 | |
| 20982684 | a month ago | | | 0 | 0.00041196513 | |
| 20964184 | a month ago | | | 0 | 0.0016929677 | |
| 20952722 | a month ago | | | 0 | 0.00033365982 | |
| 20621254 | 3 months ago | | | 0 | 0.00034742468 | |
| 20057087 | 6 months ago | | | 0 | 0.00030785839 |
ABI
ABI objects
Getter at block 21268048
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FISHING_CHANCE() view returns (uint256)
5
FISHING_INTERVAL() view returns (uint256)
86400
MAX_TOKEN_SUPPLY() view returns (uint256)
620
PAYMENT_DEFAULT_ADMIN() view returns (address)
0x2412c008ed3caabfbd2bf9ee73d9fdb6f2180a21
PAYMENT_SPLITTER_ADDRESS() view returns (address)
0xef266b129a88f503beba1ad21167c02c4f62876a
SPLITTER_ADMIN() view returns (address)
0x2412c008ed3caabfbd2bf9ee73d9fdb6f2180a21
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storageapi.fleek.co/8396e1d0-8872-473d-bfba-28bb6bd7bb0b-bucket/fil-json/
currentStage() view returns (uint256 id, uint256 totalLimit, uint256 walletLimit, uint256 rate, bool isPublic, bytes32 whitelistRoot, uint256 walletLimitCounter, uint256 openingTime, uint256 closingTime)
(id=1, totalLimit=250, walletLimit=5, rate=150000000000000000, isPublic=false, whitelistRoot=0x91dd56cd7cd0a620460f0a54cf24b6b30852c963730727ee848150d9429a6a49, walletLimitCounter=1, openingTime=1652742000, closingTime=1652914800)
isFishingOpen() view returns (bool)
false
isStageOpen() view returns (bool)
false
name() view returns (string)
FloorIsLava
owner() view returns (address)
0x34605dee2db283285976bb6cae109723276c81f2
paused() view returns (bool)
false
symbol() view returns (string)
FIL
totalSupply() view returns (uint256)
620
totalTokensMinted() view returns (uint256)
620
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
lastFishedTime(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletMintCount(uint256, address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchAirdrop(address[] _recipients, uint256[] _amounts)
burn(uint256 tokenId)
claim(bytes32[] _merkleProof, uint256 _mintAmount) payable
fish(uint256[] _tokenIds) returns (uint256)
grantRole(bytes32 role, address account)
pauseMint()
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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _baseURI)
setFishingChance(uint256 _fishingChance)
setFishingInterval(uint256 _fishingInterval)
setFishingOpen(bool _isFishingOpen)
setMintStage(uint256 _stage, uint256 _stageLimit, uint256 _stageLimitPerWallet, uint256 _rate, uint256 _openingTime, uint256 _closingTime, bytes32 _whitelistMerkleRoot, bool _isPublic, bool _resetClaimCounter)
setSplitterAddress(address _splitterAddress)
transferDefaultAdminRole(address admin)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferSplitterAdminRole(address admin)
unpauseMint()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AttemptedFishing(uint256 _tokenId, uint256 _fishedTimestamp)
Fished(address indexed _recipient, uint256 _tokenId, uint256 _fishedTimestamp)
MintStageUpdated(uint256 indexed _stage, uint256 _stageLimit, uint256 _stageLimitPerWallet, uint256 _rate, uint256 _openingTime, uint256 _closingTIme)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(address splitterAdmin, address splitterAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()