Lazy Lions
Verified contract
Active on
Ethereum with 36,698 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($5.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5.464296 | $0.999888 |
$5.46 | |
LION | ERC-721 | 1 | -- | -- | |
LION | ERC-721 | 1 | -- | -- | |
LION | ERC-721 | 1 | -- | -- | |
WKDHND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258384 | 4 hours ago | | | 0 | 0.00045866775 | |
| 21258135 | 5 hours ago | | | 0 | 0.00030395419 | |
| 21256342 | 11 hours ago | | | 0 | 0.00087664686 | |
| 21255615 | 14 hours ago | | | 0 | 0.0011929319 | |
| 21255601 | 14 hours ago | | | 0 | 0.0010174651 | |
| 21251012 | a day ago | | | 0 | 0.0010028426 | |
| 21250952 | a day ago | | | 0 | 0.0010093896 | |
| 21246025 | 2 days ago | | | 0 | 0.0021330476 | |
| 21246018 | 2 days ago | | | 0 | 0.0021188021 | |
| 21245015 | 2 days ago | | | 0 | 0.0014047222 |
ABI
ABI objects
Getter at block 21259710
LICENSE_TEXT() view returns (string)
LION_PROVENANCE() view returns (string)
MAX_LIONS() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmNpHFmk4GbJxDon2r2soYpwmrKaz1s6QfGMnBJtjA2ESd/
lionPrice() view returns (uint256)
50000000000000000
lionReserve() view returns (uint256)
18
maxLionPurchase() view returns (uint256)
20
name() view returns (string)
Lazy Lions
owner() view returns (address)
0x1876071eba65c9905bc2386a8cd05dc8913ac8fe
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LION
totalSupply() view returns (uint256)
10080
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintLion(uint256 numberOfTokens) payable
renounceOwnership()
reserveLions(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLionPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.