Liberation in the link

Unverified contract

Proxy

Active on Base with 2,644 txns
Deployed by via 0x825fd2f4 at 21315474
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 "Liberation in the link"

0xda9db2da9fa8e218a21bbc9544974fd83c0bf6c427800c323997adf0cca17626
0xd7cb0512a8aa36e7161fb048fe62fea39bad65ce7d2812bf3bcca835c2e0c413
0x581ff4edd8a8d89871d9683bfabadda0621df00143fad0d0af436bc107b40cae
0xcf6b7150ea858471a979d016c4cbbc0830c1cbe305d3dc982737c438414fd422
0xb51adda44c0fe3e651fdabd60f2e41e0386a3265cf494364a86c88035dca3d7a
0xd6c1c08ba80a5385a2af7b0d543e8e0d12432c861e23e7b0134cedabf997e088
0x4a121e14e8e3fdcd31bdfe2a1e2f373d5b51effe63be403ac5b0aff47cfbc643
0xcf940f88c8f25ad05bb6dd38f112bd13abcc536ea68f64621c100999ae0f821a
0xc7440e8357a8e9349bbdfc06c07e1a19a1f682c81ecab16663e041b6453daece
0xf6e4c23353b8f9d2fc053074ae6d15cfeac0e37fefe6febf528dd485c021f3f3

Functions
Getter at block 22900163
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2666
 
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)
Liberation in the link
owner(view returns (address)
0x199c65f320b7ea641a55161e3489a1f6851dab04
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
LIT
totalSupply(view returns (uint256)
2665
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