The Lion Lord Collection

Verified contract

Active on Base with 97 txns
Deployed by via 0xd8f4beba at 2996977
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Lion Lord Collection"

0x6121962a30ba293d97b302378fd8358d92ba596834d6a0ced392b9528f3ffa36
0x80422d4081101b83662dd9ccbbc477e392ab072b57639ecf8aca65de50c49eaa
0x4e8b03a666ae5747f06cd6dea0d7fbcc03e5d734fd34de172c5df0bcc535dd32
0x240a202dcb5fbc9539bb6f7ef7c2f43fbbe763af9638e1546136d7130ff385cf
0x8ab37aec5f68d36d74d3f83b3c8321715fee19fa326e2a2d3f2fb01d828ede08
0xc001b689db4fe5d74d2748467af0e88eac47f7906417702529d646f36dbafc21
0xeb42efb2477085b2190466b37e4fef68b3310e1e8e71637b56e7b92f0377719b
0x71188e0b203a4d1f65661a2a2e59046791e0a6d10249bed458be5206f680c456
0xab8c8c50c130e0f8ee734d9b579eec92f6b920eb73dc18e86f0a5e533b6b951a
0x28f8c8320f5b495c9e63538d990ee1e5daff44d7a139096d970ad9ee02d3d7f6

Functions
Getter at block 21815702
MAX_SUPPLY(view returns (uint256)
755
name(view returns (string)
The Lion Lord Collection
owner(view returns (address)
0xd3caa9a6a8e8cb1854cc54b4eec664a5badeceff
symbol(view returns (string)
GGD
totalSupply(view returns (uint256)
648
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
changeDefURI(string _tokenURI
changeFreeFlag(uint256 flag
changeTokenURIFlag(uint256 flag
changeURI(string _tokenURI
mint(uint256 quantitypayable 
ownerMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOut(address _to
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
NewMint(address indexed msgSenderuint256 indexed mintQuantity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(