This is our trip

Verified contract

Proxy

Active on Base with 521 txns
Deployed by via 0x88d6e24e at 7292426
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x1036385ac23e225c7a37898813ee44e5ca94d39ca84c86753b0629144e162acc
0x7b3759f2f1e11ac77111ef5ec2f83a94fa80edc3e6348c1834b7b06fc271ba97
0x08f58f85d9f6b0d73324a4b1240af8ad7e6b3bfdf1356730560a88f64ca1491d
0x6b1697682c73dad9cac2945cbe8e94318e81b3aac38141fa2833c0ad16d17c3a
0x3dad896b1c7dfa2d7725fd13d714d27a8bd0a652fc54f5d1667c7a22e8c585b6
0x218816878a3236b8ce53f5c21d9461bb2df0866ac6cec6944aeed8bea67f3098
0xfbeea15a3361b064b190d67e647d6e5146d6ec15ca144bd44b95712c5d79bb3e
0x5d01d45f92ab4a5f00374bc43b6c4313187764e48db0207a98e3c43c5e286cfa
0xd70a9bcf7b7eb5813ac3bb31baf8f89ca63dfbb2618cec4aca4f860f5e207d73
0xd22536a031e27c8aea892e59d0bab55ca159eddd530bf819ffdcbfec1b6aa841

Functions
Getter at block 22008711
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
This is our trip
owner(view returns (address result)
0x9c3a61f1a457109a37293b6c6188298fc249f2e0
payoutRecipient(view returns (address)
0x9c3a61f1a457109a37293b6c6188298fc249f2e0
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
MINTFUN
totalMinted(view returns (uint256)
4471
totalSupply(view returns (uint256)
4471
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataRendererUpdated(address renderer
MetadataUpdate(uint256 _tokenId
ModuleAdded(address module
ModuleRemoved(address module
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(