Boundless love on Base

Unverified contract

Proxy

Active on Base with 2,159 txns
Deployed by via 0xf014ce3e at 20246135
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Boundless love on Base"

0x497e4977037b5c1d020afb9a2027b121889034610de35ce0ee1adbf59bf4cdf0
0x5352cd4f40952f049e1bcd0ab3cf1218ab8076d7f8cb2c417bb3c7c7a5021511
0xc376789565bc59e7feccc8ef59972d75b413150427bfc53606b929118dc41042
0x9046297719e6455e0581fc41d2ff740f7fb35efccf90f1a0f9c3ee2d349e286c
0x716b4f30671a8a654c2f766713c4eb05739148e6fbc8dabc3ab76f5731ef0936
0x26d49d7ad54e57350f4ad6e0a48ef248fbc5e5eecc82cdb6a5f95db14628d48d
0x7b0afae7073604888261a7e7685739304e2dc9925a034b10b17e5d0b97a525ab
0x32fe8cf92594be2e91fe456aa609ac7abf9f26551fb23889017a8705d99d7d32
0x68282a7e3cf7f2d1409d653c61bd9808f777a47d20103be7232c5f93a07c807a
0xcd9ea19d84ed18884fcfba677f4cfe517bd9fc50b182861629fac918a94a54f0

Functions
Getter at block 22908997
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2187
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Boundless love on Base
owner(view returns (address)
0x8eb48f7dcc00655e931fde29beaa3311021438f9
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BLO
totalSupply(view returns (uint256)
2186
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId