BYNG

Unverified contract

Proxy

Active on Ethereum with 2,511 txns
Deployed by via 0x220e4875 at 15445354
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables
Native
Value $159.6
0x10d3d68e89c28482796cceb0cafed1c8015d9207f8bd3b4011074c744d1445a2
0x8a10199cc1c7f67e295c2b1116f5dd6b518b67eca55fcf57d1a235877d0df5bb
0xcdbc9b4291d8fc5b480342376ea2f06030212f6080ada43e1f763eebbc5c01a6
0xdd3c58594033adbaf176ab3599c93fdc096aa903ffedd409f5d7c88b2ce7fc13
0x73dcc8303d46fe6b0bbebf8c1dd31f2c9292937ebaf0cfa89114b2ec81db137c
0xe143fb3143fdd8fb65eb04d592a8e87e42b50fc4fbfcfdc1f912e2037340010d
From
0x0044ca80450089748c114585625ccdafbf5b1490ceba1f6e42f47f09cd47e143
0x579ba3a0c432cac97734f7cb092e4951f733a54d70c0c31df103f5d9e6c1f310
0xc96f170bbc766e3b7591e69d6ec02ce461d3adeb5a97487679c09ac35f38e15e
0xa4b34694b3bca78c64daa36a52cf253bf5d1fbbdc9633ab02f40f351292bad5b

Functions
Getter at block 20854487
cost(view returns (uint256)
10000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x75D91AEbA639d7A8BEe823A02d3D4c4095f01E05], [49, 951])
maxFreeMint(view returns (uint32)
1
maxPerMint(view returns (uint32)
2
maxPerWallet(view returns (uint32)
2
name(view returns (string)
BYNG
open(view returns (bool)
true
owner(view returns (address)
0x75d91aeba639d7a8bee823a02d3d4c4095f01e05
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
true
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
2222
symbol(view returns (string)
SoETH
totalSupply(view returns (uint256)
2222
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(