MintYourLuck

Verified contract

Active on Ethereum with 244 txns
Deployed by via 0x0ee7a82e at 15325544
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MintYourLuck"

0x81af222cc60b000895c27f2594a030a17f5e038ea4719e696ff9fab796452e31
0x473f78d84eccf3fb7dd7019e83280947ef6dd14b1c5790c8c3d12112c2b456f7
0xd377ee6cf78235deb8fc670a27e72c98d27cc6a9a6cff2a57c81471a00f53e8f
0xcf9207ab68a26182e8f1923dd6aa06baf1b6c171f103f27de34037eaf4840c47
0xb12d7c0f59a7c094cb3827edb6543ed403d6a1c4fff6a89af838a292bec36d07
0x6c43608df16828b379065521dea2ff78139d0e690ef64ce486a97e39888ffa25
0x011fd5f914a505315350dee380c73fc393ea9319fbbc1fc3aceb7a9a9dd5efdb
0x8ae3d13d588da7fe5b084f3659b039f73875de5b809f854527f6d182079a0d33
0x929c4d8e73f2fef71590ce735576bd9516dcf35dc5d67bd3ab35dc16303b4757
0x3bac5219b8a0b78ba50383ea95b0bea48db6a5b8fe71b18b808682e03fd0b884

Functions
Getter at block 21302594
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmR1bmYTnKr2VGQuqjk4HTKzHrLJXzJMtGvuVxxjj7W6L6/
maxMintAmountPerTxn(view returns (uint256)
10
maxSupply(view returns (uint256)
10000
mintPrice(view returns (uint256)
5000000000000000
name(view returns (string)
Mint Your Luck
owner(view returns (address)
0x2663519bd3e1693e5e2f5271441e1ee1963c011f
paused(view returns (bool)
false
symbol(view returns (string)
MYL
totalMinted(view returns (uint256)
2074
totalSupply(view returns (uint256)
2074
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 countpayable 
mintTo(address touint256 count
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxMintAmountPerTxn(uint256 _maxMintAmountPerTxn
setMaxSupply(uint256 _maxSupply
setMintPrice(uint256 _mintPrice
setPaused(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(