Yin Yang Gang

Verified contract

Active on Ethereum with 24,320 txns
Deployed by via 0xce6069b8 at 15520659
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Yin Yang Gang"

0x683ab9bd402049f3ab4ff4f44472de20d3b3c239f2cff8a1d7f462f69e2050e3
0x5965ae8c4462ebfb010818af3801add6e2628f2b0076ccc3308e8ae6263a291d
0x4a23aa3a63807da13e96bd93d13b811e6d98526bcfd9aafa34917b041dd81ebd
0x281f61d9b6a04c5f9251610b3dd1b943b990306c469e1bf14d90bd56606c396a
0x11389b334fa51a6c738ee5d67ebf1df65b7528fd5d84209b2d16e0a25c1fda22
0xc59d0e96fd6f53c29184fd32f2a7592145f4b996a27b1f0a0bfb1b8a1d5739ed
0x542853d0464c8a296aab2f45cecfe39e72c07b5ef931aa89458b11375cc45007
0xe1a9d702495a275b2144fda2088efcfc9f96311d436952acd0efbde16dfd3663
0xb39dcc65c2e66e7ff889d0d238475b9546934466c83f4d25db12ddb9671b085d
0x8ccd50abce75422c03b28aadacd74f89c8cc3d95951f4b1544e75cdfeed8a51a

Functions
Getter at block 21292416
currentPhase(view returns (uint8)
0
maxSupply(view returns (uint256)
9696
merkleRoot(view returns (bytes32)
0x806343f32cddf116889f14d5a06de16a54560784fc5266f13246e54d16a21a56
mintPrice(view returns (uint256)
0
name(view returns (string)
Yin Yang Gang
owner(view returns (address)
0x4777030cb7db2de2b67d5cdebfa0a4dce2678950
symbol(view returns (string)
YYG
totalSupply(view returns (uint256)
8972
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)
verifyMultiMint(bytes databytes32[] _merkleProofview returns (bool)
verifySingleMint(address walletbytes32[] _merkleProofview returns (bool)
State-modifying
adminMint(address touint256 amount
approve(address touint256 tokenId
burn(uint256 tokenId
cyclePhases(bytes32 _newMerkleRootuint256 _newSupplyuint256 _newMintPrice
publicMint(payable 
raffleMint(bytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 value
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 _mintPrice
setSpecificPhase(uint8 _phase
setYang(string _yang
setYin(string _yin
stopAllPhases(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 amountbytes32[] _merkleProof
withdrawFunds(address to
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

This contract contains no constructor objects.

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(