SportsIcon Lion Club
Verified contract
Active on
Ethereum with 6,498 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188904 | 13 days ago | | | 0 | 0.0010698398 | |
| 21156880 | 18 days ago | | | 0 | 0.00083680055 | |
| 21148654 | 19 days ago | | | 0 | 0.00026396550 | |
| 21148652 | 19 days ago | | | 0 | 0.00028074850 | |
| 21148651 | 19 days ago | | | 0 | 0.00028736680 | |
| 21101517 | 25 days ago | | | 0 | 0.00032698842 | |
| 21101440 | 25 days ago | | | 0 | 0.00029132680 | |
| 21048788 | a month ago | | | 0 | 0.00028276566 | |
| 20981534 | a month ago | | | 0 | 0.00068213101 | |
| 20981533 | a month ago | | | 0 | 0.00074870865 |
ABI
ABI objects
Getter at block 21283261
lionPrice() view returns (uint256)
40000000000000000
maxLions() view returns (uint256)
9000
maxPurchase() view returns (uint256)
20
name() view returns (string)
SportsIcon Lion Club
owner() view returns (address)
0x5f2b564a2ad0f01a3cd80713f1ec6290272e550a
provenanceHash() view returns (string)
842ab4f93552388702317668c3ff4bd66c42e26ad8d2b83efc87c00ac8ecc7f1
reserve() view returns (uint256)
9
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SLC
totalSupply() view returns (uint256)
9000
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)
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)
flipSaleState()
mintLion(uint256 numberOfTokens) payable
renounceOwnership()
reserveLions(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenanceHash(string provenance)
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)
AssetMinted(address indexed to, uint256 indexed tokenId)
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.
This contract contains no error objects.