Lavatory Ones

Verified contract

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

No balances found for "Lavatory Ones"

0xc23f4260ee999337514389360c187509c86a970a3bbe294d8dbcaffa04bddd98
0x7f3366c114c36d30ac8664a57f15a757494a79a5aaeaaccfa76074b4297b9159
0x401e286eb037d7e486e1f517ed0a645cbadf7e77baf700a0b7f08d35033e2e20
0xea31c249cc7b5c0478fe6b7b43c4b4a996e87ceb1a0c0783b29ff87e7f91cda9
0x8be9840818958caf8e6bfba205965b303fef88ece21d237d070e06c8d63f2945
0x1dfaef46243e9e7dabadc7d3b98dcb24aafeeb0182dee114b7089b27d19f18fc
0x73c1ade490f110cc1e51c2b8c42d83cc9470f7010f29e57b806388486116fb9f
0x6c1a0ed18a35fc89bf2e061bd76fb0e2a73b063fdf08f2f2d45f9ccd172d9059
0x7e5da45ddd11d89fdaa642e12e46b4ad01bd24459e376647212de482671b6d3e
0x98f6d11d18d80c8710ed27f75746003745ca4c16cff8b44e1adaf0ed1501d379

Functions
Getter at block 20981141
MAX_SUPPLY(view returns (uint256)
4444
PRICE(view returns (uint256)
20000000000000000
baseURI(view returns (string)
ipfs://QmbD3LQ8gtAzkK8e5yMYockjvuun3atawAXaYQ3zqE5BdR/
freeMintsLeft(view returns (uint256)
0
name(view returns (string)
Lavatory Ones
owner(view returns (address)
0x72ddab442486e8f64f55e7add6442d14fd911266
paused(view returns (bool)
false
symbol(view returns (string)
LONES
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setFreeMintsLeft(uint256 _freeMints
setPaused(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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _newBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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