This contract is being backfilled. You may encounter incomplete storage history.

YuGiYn

Verified contract

Active on Ethereum with 22,138 txns
Deployed by via 0x6c3a0dea at 15695673
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.25
0x345851cdbe7f4722ef204e5dc20e6addeaa2b9d236c2a10d8946fd112385570e
0x6d8ab06eec951fbda103f081c54f52e8fb1a4e7f5f2e92a78ccc8cb3f2ccfbbf
0x10452835ef6513c7df8d4fd65b711dc923afdeace1c183d9e7192ef380c6b49c
0x51c79c49d521d67dccca12db24b7c9e124a0ae62e35ac1c0f4989f0a7a79ec48
0x46759bfd213c8e9737645673f5785201fdff1a3a40e8433370d4164f4c641460
0xea27e4cea736dbc24c243ecdffbb11bf087776727e02ac2f7f5837dababd5227
0xac267012efce3e84d5c18b6ad27409c03cf2f45139ac9ed536d66c1897296da3
0x9c205eae4915d2361f07d353fd3d48fad8f2ddb5732c8222f668204d97d174c1
0xd9368eba714e047f9f159701722e79ded95de594c62194d6e6dc0d3774ef90ab
0x1a94c6ed32909db8a7d5fd40d8130ab968e343bbf5292861b10bdae48258d9eb

Functions
Getter at block 20794180
MAX_SUPPLY(view returns (uint256)
8888
baseURI(view returns (string)
https://backend.yu-gi-yn.com/metadata/
contractURI(view returns (string)
http://localhost:3000/contract-metadata
name(view returns (string)
YuGiYn
owner(view returns (address)
0x0241091b76b77efbdba1a99442ca0d60cd881a25
paused(view returns (bool)
false
stageNumber(view returns (uint256)
3
symbol(view returns (string)
YGY
totalStages(view returns (uint256)
4
totalSupply(view returns (uint256)
8888
Read-only
allowance(uint256 stageNumaddress addrbytes32[] merkleProofview returns (uint256)
balanceOf(address ownerview returns (uint256)
claimed(uint256 stageNumaddress addrview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
stages(uint256view returns (uint256 startTimeuint256 priceWeiuint256 maxPerAddressbool mintablebool useListbytes32 merkleRoot)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
clearSaleStages(
giveoutMint(address[] addressesuint256 quantity
mint(address touint256 quantity
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
saleStageMint(uint256 quantitybytes32[] merkleProofpayable 
setAllowList(uint256 stageNumbytes32 merkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setClaimed(uint256 stageNumaddress addruint256 quantity
setContractURI(string _newContractURI
setSaleStages(uint256[] startTimeValsuint256[] priceWeiValsuint256[] maxPerAddressValsbool[] mintableValsbool[] useListVals
setTreasury(address newTreasury
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TreasuryChanged(address indexed previousTreasuryaddress indexed newTreasury
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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