Floatie

Verified contract

Active on Ethereum with 2,015 txns
Deployed by via 0x968af6b5 at 15410922
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Floatie"

0x84862279413058c2347854a5ae2a8474cbec542f76009e1581bfa24f19ae60c1
0x5989aef18ac2dff84472edd77032782115ab388b94e9969c1b258751c493383a
0x5b5e9dfe3f31d8947bedeae0b9e7e817e21df183deb1e291ceca0cf224e3548b
0x4abf21cd7a233eef45de266d2acc79de1e4365051ddd13bb9d8ada8c729b7012
0x34f8d552f8334be7fdae4e3bb6c83ff5d7922a33478915c933a4518695761420
0x170dbb0160216db049fb31a695c3f4fc26c14a6e9c45004a23f6d5b48ff297e1
0x3a22b983f5627b37fbe879e3401b34505feda2839b30c2abcb9b5f9674194b0f
0xb088b131d038c12525986f09cf888475ee8d60dd188d0f54d590ad61c31ddd13
0x8208dc85b926432dab3ae162a1232ea9486d0e9c7519fea4b45f8c778ee53f2f
0x37e08d5dd10549f9e3fa66a7371d0a8760ceccb377c7b7a58ca9fa0f7d5ab3cf

Functions
Getter at block 21256815
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
5555
name(view returns (string)
Floatie
owner(view returns (address)
0x2edd268389b42af46c5c8613176bdf434ea35a5f
symbol(view returns (string)
FL
totalSupply(view returns (uint256)
5111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(