Loser Club
Verified contract
Active on
Ethereum with 32,283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x25eb…7d5f
Balances ($0.00)
No balances found for "Loser Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206329 | 7 days ago | | | 0 | 0.00041783322 | |
| 21206320 | 7 days ago | | | 0 | 0.00047423527 | |
| 21195957 | 9 days ago | | | 0 | 0.00054643500 | |
| 21195081 | 9 days ago | | | 0 | 0.00085934892 | |
| 21189228 | 10 days ago | | | 0 | 0.00076728578 | |
| 21168277 | 13 days ago | | | 0 | 0.0011878754 | |
| 21160137 | 14 days ago | | | 0 | 0.00091423373 | |
| 21139453 | 17 days ago | | | 0 | 0.00067634937 | |
| 21139452 | 17 days ago | | | 0 | 0.00072957641 | |
| 21139451 | 17 days ago | | | 0 | 0.00073267708 |
ABI
ABI objects
Getter at block 21258589
allowlistSaleTime() view returns (uint256)
1646427600
isAllowlistMintEnabled() view returns (bool)
true
isPublicMintEnabled() view returns (bool)
true
mainWallet() view returns (address)
0x25eb3ccadc751e73bff53f1976c62e959d757d5f
maxPerTxnAllowlist() view returns (uint256)
2
maxPerTxnPublic() view returns (uint256)
5
maxPerWalletAllowlist() view returns (uint256)
2
maxPerWalletPublic() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
88000000000000000
name() view returns (string)
Loser Club
owner() view returns (address)
0xb1287c833c17feb2289d828543458ed938a40d12
provenance() view returns (string)
ab05a40bf571b36acaa0b714f7f7c7bc6bb0fc8009845a12bb1524fd9778648b
publicSaleTime() view returns (uint256)
1646514000
symbol() view returns (string)
LOSERCLUB
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
checkAllowlist(bytes32[] proof_) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 quantity_) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 tokenOfOwner)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintAllowlist(uint256 quantity_, bytes32[] proof_) payable
mintOwner(uint256 quantity_)
mintPublic(uint256 quantity_) payable
multiSafeTransferFrom(address from_, address to_, uint256[] tokenIds_, bytes data_)
multiTransferFrom(address from_, address to_, uint256[] tokenIds_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistSaleTime(uint256 setAllowlistSaleTime_)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string newBaseTokenUri_)
setBaseTokenUriExt(string newBaseTokenUriExt_)
setIsAllowlistMintEnabled(bool isAllowlistMintEnabled_)
setIsPublicMintEnabled(bool isPublicMintEnabled_)
setMainWallet(address mainWallet_)
setMaxPerTxnAllowlist(uint256 maxPerTxnAllowlist_)
setMaxPerTxnPublic(uint256 maxPerTxnPublic_)
setMaxPerWalletAllowlist(uint256 maxPerWalletAllowlist_)
setMaxPerWalletPublic(uint256 maxPerWalletPublic_)
setMaxSupply(uint256 maxSupply_)
setMerkleRoot(bytes32 merkleRoot_)
setPriceInWei(uint256 price_)
setProvenance(string provenance_)
setPublicSaleTime(uint256 setPublicSaleTime_)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()