Live and Let Live!

Unverified contract

Proxy

Active on Base with 27,484 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!"

0xf87202a721765f51f9f5e0d12b6f97eeca741fae7cae3c8e5850eaf28ca672e0
0xb12ed061efc36ae261469e15f4bb220327483bac2a7daeefd8125e8303f085da
0x7d79bb318a61a1234391a5a169adeffcd1f5c71a4f9f68aa54dbb4a01f2e4773
0xe1d039c48bb764c90a729f87427d16e8957996f42e50ce4bc8e234acf1020fbb
0x28df4d7761bd10d9e8b80cbd4688a06ba47cf92dbdff2584d5c2336e76270fd4
0xcec7c3b63e85957f4d109886a807d0b4456a88a555774dfdadbfb9fcac5f97dc
0x5ea2f1221dc4776f0069a4b20a46de3dea160c02df51cc6d4479a170c14ae06f
0xfd21655f67c777d43def093d68da1a93cdb8a70b4789f908c1433207c7b92bac
0x4ad935e1c337283472868fbfef598a6d0687e37636f6d8b4b51f785a5de13b20
0x3cac57866f06ba22886815288d9cf0d31da8cc9ffdf4be3dc77135250c347b83

Functions
Getter at block 22761863
 
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