YGG LUCKY DRAW TICKET
Verified contract
Active on
Base with 630 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 "YGG LUCKY DRAW TICKET"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22003280 | 13 hours ago | | | 0 | 5.6958027e-7 | |
| 22003194 | 13 hours ago | | | 0 | 8.8920305e-7 | |
| 22003047 | 13 hours ago | | | 0 | 7.9882311e-7 | |
| 22002957 | 13 hours ago | | | 0 | 8.8920305e-7 | |
| 22002828 | 13 hours ago | | | 0 | 8.9085559e-7 | |
| 22002607 | 13 hours ago | | | 0 | 8.9753321e-7 | |
| 22002571 | 13 hours ago | | | 0 | 6.6321071e-7 | |
| 22002472 | 13 hours ago | | | 0 | 8.9416067e-7 | |
| 22002390 | 13 hours ago | | | 0 | 8.9247441e-7 | |
| 22001728 | 13 hours ago | | | 0 | 8.9631162e-7 |
ABI
ABI objects
Getter at block 22025892
getTotalSupply() view returns (uint256)
903
maxSupply() view returns (uint256)
55556
name() view returns (string)
YGG LUCKY DRAW TICKET
owner() view returns (address)
0x133358192563db699a307fc719ce629319c48fea
paused() view returns (bool)
false
salePrice() view returns (uint256)
99900000000000
symbol() view returns (string)
YGGLDT
totalSupply() view returns (uint256)
903
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedFreeMint(address) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
freeMint()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
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.
This contract contains no error objects.