Happy Lions Circle
Verified contract
Active on
Ethereum with 427 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 "Happy Lions Circle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18358958 | a year ago | | | 0 | 0.00023162497 | |
| 18358948 | a year ago | | | 0 | 0.0013979025 | |
| 18358816 | a year ago | | | 0 | 0.0021515047 | |
| 18358815 | a year ago | | | 0 | 0.0019686377 | |
| 18298208 | a year ago | | | 0 | 0.00014261878 | |
| 18213590 | a year ago | | | 0 | 0.0015255360 | |
| 16341403 | 2 years ago | | | 0 | 0.0021769057 | |
| 16341397 | 2 years ago | | | 0 | 0.0012103347 | |
| 16341392 | 2 years ago | | | 0 | 0.0017768547 | |
| 16335661 | 2 years ago | | | 0 | 0.0014756190 |
ABI
ABI objects
Getter at block 21321474
_TOTALSUPPLY() view returns (uint256)
7777
_baseURI() view returns (string)
https://thlc-backend.herokuapp.com/api/lions/
isSalePaused() view returns (bool)
false
name() view returns (string)
Happy Lions Circle
owner() view returns (address)
0xbb06b15d7b62e4cdab452ac944442f515e32173b
preSaleMaxQuantity() view returns (uint256)
2
preSalePrice() view returns (uint256)
0
preSaleSupply() view returns (uint256)
600
publicSaleMaxQuantity() view returns (uint256)
20
publicSaleSupply() view returns (uint256)
7177
publicSaleprice() view returns (uint256)
0
symbol() view returns (string)
THLC
totalSupply() view returns (uint256)
383
Read-only
_preSaleAddressExist(address) view returns (bool)
_preSaleAddresses(address) view returns (address userAddress, uint256 counter)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPreSalePrice(uint256 _quantity) view returns (uint256)
getPublicPrice(uint256 _quantity) view returns (uint256)
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)
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)
flipPauseStatus()
mint(uint256 chosenAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPreSaleMaxQuantity(uint256 _quantity)
setPreSaleOnePrice(uint256 _newPrice)
setPublicPrice(uint256 _newPrice)
setPublicSaleMaxQuantity(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes32[] _merkleProof, bytes32 merkleRoot, uint256 chosenAmount) payable
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)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.