Boring One

Verified contract

Proxy

Active on Ethereum with 7,370 txns
Deployed by via 0xbf7cd1df at 14839516
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
12 additional variables
Native
Value $0
0x3cf5aa14e4b3c80c1657a62cb49f45f391d2fbb39d4af4131fc89a4f7e84fb4a
0x250ba5b3f6e710e9fd5c63ce4bd1b0b315943bd32976ded3c6a61694a5f9b8fb
0xbedd8fe9a7049892f4baf95c47c46176f2f0ff8b2e685c62f35c549579059da2
0x007053af86363cb8985e70c4df71711cb8847168528cec638cf73fc1b8113fdd
0x45f44ab1ca8fc91fb80f704ac2cdc34db9b2ba15c318e21dc981bf642b733620
0x697f233553593380135e1d772d46a2bb0f23d5994e939b8b2f2863a6e9869a8a
0x4db5ea0aec9a72b0954859b0388929b39af3a3d48e7f7735b1992f72fd2d5cfd
0x243e5feeb75dbb718f2a8a81ea64ea97dc26b657b9e363a0a5c1616aadc4d05c
0xd2ca73db0c147edec5b90192f653a036b349e67abbf953af9019a80b5ba32a29
0xe6cf23a67361c2c6e38b9bf4f5bcded9d21638cc79d972d9ccd11edd3190164a

Functions
Getter at block 21162443
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xFAD7d46f2f44c2571260713a0154ff3AC4d0C02E], [49, 951])
maxPerMint(view returns (uint32)
2
maxPerWallet(view returns (uint32)
10
name(view returns (string)
Boring One
open(view returns (bool)
true
owner(view returns (address)
0xfad7d46f2f44c2571260713a0154ff3ac4d0c02e
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
3333
symbol(view returns (string)
BoringOne
totalSupply(view returns (uint256)
3333
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)
ownerOf(uint256 tokenIdview returns (address)
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 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
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
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
constructor(string _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(