Lion

Unverified contract

Proxy

Active on Base with 1,129 txns
Deployed by via 0xa8a79b6c at 21650093
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 "Lion"

0xa7cec7f43ff7052938ca02e73ef9dd882c9b1a8ad7f9748c7bf21af5b326e10c
0x2f5df801cc21d3be32dbdc26388f033935f3818b849680b637dc0a1abeca6525
0x1033ee6ba7632f8deeb180645f02849542c0ffd9eff4737bee753ef33391f6a5
0x03a5a91c487b437406204964f1d3512596429587c40734e2e92b068d582a5778
0x5c5e1f981901dc1ce30e6ea3fc90a7342ef4aea883acef2d09ec43b6c2e229dc
0xc29eb18a8b34402be111dd33b2df31b99fab3944ea94165b131a87a9d3e7bd46
0x8b7daccd31586c7695cda0b40e4ca46e96ff3b047418c945037138f228252dda
0x4983054bb691189d457a4f2f47e361310de28593f5f5616e522f01bd32652777
0xb1e6e34173ddd5e400e9c1367bc7e9f9055071b0a15447e2d05ef54db47b5f5e
0x26b2f873c97a9ca2708b0e65f6d95a48f75c28d08b385b2f1804b6b0ea84ea8f

Functions
Getter at block 22069530
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1131
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Lion
owner(view returns (address)
0x6ac509b10a3527d14fc773bbd61316aa04ab1216
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
L
totalSupply(view returns (uint256)
1130
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