Lost In Base

Unverified contract

Proxy

Active on Base with 999 txns
Deployed by via 0xfd9802af at 5808660
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
ERC-20
Value $0
0x71804a7871eba38eb8022d75948a7874ced078debc66d4837c74d224b1646488
0xea081be2486de84e069a407961e16576a86a09c86ab5114eb2fd7982eab11a26
0xb5a341bf4165630efe80a98ae57a45be761a5adaec1734ac2e142590cee5c5f7
0xba92e5ea44bfa9c01ed07ba484d9e66fde3a878b300afcd3d4c07cc183d12d59
0x8e0304f0f968ba034c6071a80100f5da23ec21d0e5efb595fc05c95b25d8aadb
0xe5de3dc07e61085cb31fb10a2a4a274e37b44380c5cf9f6782356ae6d2b09e04
0xf2846822b88a8172438cda7fae47954de9f804ce875f1fe886f92f10bb7cccd0
0x53b98149a3b6c3d5f9f0caa4fa71b13497c126fb070d447aa54d8ee4d6ccdb67
0x85c89c0e938a587847784f8191f0376f74c6f6c09716ea792f685ba15fc1bd68
0xee8dec88a66c15eb3f3e6f63cdf707879a41b751e76419bfc9a049e21fb2a169

Functions
Getter at block 22149247
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmW1aPpzFA4ZXhV7R3ByxnVzfNsvwDK7xLXgjkJzKLxG9s
creatorProceedRecipient(view returns (address)
0x858e3b94416b827762c7b6525c3e885a0041c188
derivativeFeeRecipient(view returns (address)
0x9cee7ccc0f78b8d16cff60205b84eeb11c97569b
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Lost In Base
owner(view returns (address)
0x9b776f682c03ca462cee8607a2ad7471df015e13
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
1699529817
symbol(view returns (string)
LOST
totalSupply(view returns (uint256)
1211
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(address _creatorstring _namestring _symbolstring _uriaddress _creatorProceedRecipientaddress _derivativeFeeRecipientuint256 _priceuint256 _maxSupplyuint256 _mintLimitPerWalletuint256 _saleEndTimeuint96 _secondaryRoyaltyBps
purchase(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawETH(
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
DerivativeFeePayout(uint256 valueaddress recipient
FundsWithdrawal(address indexed withdrawnByuint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProceedsPayout(uint256 valueaddress recipient
Sale(address touint256 quantityuint256 pricePerTokenuint256 firstTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(