LUCKY COIN
Unverified contract
Proxy
Active on
Base with 1,254 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19911626 | a month ago | | | 0 | 5.4635955e-7 | |
| 16780269 | 4 months ago | | | 0 | 0.000000051808801344 | |
| 16253822 | 4 months ago | | | 0 | 0.000000505230107426 | |
| 16171880 | 4 months ago | | | 0 | 5.2138031e-7 | |
| 15975196 | 4 months ago | | | 0 | 8.4348895e-7 | |
| 15419135 | 5 months ago | | | 0 | 4.5428864e-7 | |
| 15419127 | 5 months ago | | | 0 | 6.1903589e-7 | |
| 15419118 | 5 months ago | | | 0 | 7.6740037e-7 | |
| 11740373 | 8 months ago | | | 0 | 0.000000091820892284 | |
| 11497832 | 8 months ago | | | 0 | 0.000000006906570180 |
ABI
ABI objects
Getter at block 21840878
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=1, count=1)
contractURI() view returns (string)
ipfs://QmWdi5qU2bjixxrq2R9jP14xxM29EMian2sxGGkhwhKfUc/0
getActiveClaimConditionId() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x744f617343f03bb7c9d52a6d84f87aa4b1017fac, 300)
name() view returns (string)
LUCKY COIN
nextTokenIdToClaim() view returns (uint256)
2127
nextTokenIdToMint() view returns (uint256)
2127
operatorRestriction() view returns (bool)
true
owner() view returns (address)
0x744f617343f03bb7c9d52a6d84f87aa4b1017fac
primarySaleRecipient() view returns (address)
0x744f617343f03bb7c9d52a6d84f87aa4b1017fac
sharedMetadata() view returns (string name, string description, string imageURI, string animationURI)
(name=LUCKY COIN, description=YOUR LUCKY COIN FOR BETTER AIRDROP CHANCE, imageURI=ipfs://QmYeW4XjbpxK5qQwbwyJ8qismiFAHrS36yKhFhYMVNCvLE/luckycoin.gif, animationURI=)
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
GL
totalMinted() view returns (uint256)
2126
totalSupply() view returns (uint256)
2124
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
getApproved(uint256 tokenId) view returns (address)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata)
subscribeToRegistry(address _subscription)
transferFrom(address from, address to, uint256 tokenId) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
SharedMetadataUpdated(string name, string description, string imageURI, string animationURI)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()