The Lion Lord Collection
Verified contract
Active on
Base with 97 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Lion Lord Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13208085 | 7 months ago | | | 0 | 1.8770213e-7 | |
| 10263190 | 9 months ago | | | 0 | 0.000000024635000000 | |
| 3008453 | a year ago | | | 0 | 0.000000023559900000 | |
| 3000549 | a year ago | | | 0.00099 | 0.000000000012014926 | |
| 3000522 | a year ago | | | 0 | 0.0000046547031 | |
| 2998800 | a year ago | | | 0.00099 | 0.0000078019064 | |
| 2998746 | a year ago | | | 0.00099 | 0.000000000014901629 | |
| 2998736 | a year ago | | | 0.00099 | 0.0000078019065 | |
| 2998713 | a year ago | | | 0.00099 | 0.0000078019067 | |
| 2998643 | a year ago | | | 0.00099 | 0.0000078019074 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeDefURI(string _tokenURI)
changeFreeFlag(uint256 flag)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
ownerMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOut(address _to)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()