Live and Let Live!

Unverified contract

Proxy

Active on Base with 27,470 txns
Deployed by via 0x951047da at 18995051
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 "Live and Let Live!"

0x19c2bfaef6f5434e2121954c3c98f1a73c0f7cdd912ae2a0556cd842eacf4d00
0x0db4e241c6735e3b8c08039ee22633be8afef01d4e5c156aa4414b09a84601b7
0xe38a0c2557b0d57b9db0f94ac50859ef2badded6932f39d183ab7fe5bb4af229
0x9e48bd8af54b0565653baba92ceb229a32b854612a25e1cdcbeeccef682bc606
0x075ee169cb584998ebe47fd2dd2f66c0326517dd964ee320544d68c41c463303
0x7e755f082879dda67e2f33e84e896305b9118b623a568afdd0fd954e8bb79882
0xab3da90ec9c557ba7dada7190f9d8943ed68a2e0af2a46beb888cbda6a5749a0
0x7de33bc8c960fdf0266f499089c8a45037748c9ad577c1b94655f263cfc60c05
0xe8e5b27216f3ffd8577c1cd8fec23925f228a48744400880952a2b7e90e72773
0x872aa66fd5487ab522b13ab51145547948f73c271b81546ea33eddbb2536534d

Functions
Getter at block 21837171
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
27280
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
Live and Let Live!
owner(view returns (address)
0x83aaf193e0a5a413976a87f979ac8bbb8813f306
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
LAL
totalSupply(view returns (uint256)
27279
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