Boring Two

Verified contract

Proxy

Active on Ethereum with 1,660 txns
Deployed by via 0x88bed235 at 15070045
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

No balances found for "Boring Two"

0x243a55f8f1f8f753fcac770201c83771a65ab052eedf6b2be284e3f929b32ab2
0x253501efde666624715624e2fd1d9ca9a851708f50f21d9008bd3297edac73b1
0x8334c91e1e175b9a85d39e54297afc4d5b6598fb53f268f492f9f57c13a9444e
0x2e006e3a500c9f30b3559f85e94833bb3bfa42f95c0bc824a97ae42fd21c3865
0x072e2dd8eda9d0d9e5836bc3811e4cd841bb2dfce86ed93d7d89de50580b937a
0x5be742901f0f15caf62bad92dfcef9a186cd833ae3ff416db4807e3a4bc60d24
0xded42ed4eb9813bf512cb10b20fa36b1acdd9253e242c614f0ecf44e6b060517
0xfe856516fd9e465d52d89f3d3377f32cf778bdb238040eac9f71251d96242796
0x2835936ecdc763504cf183cf8f59829909c796a74b512899291359975f89b5bc
0xcc0671751edc9a71fe5c8ab1fa59ebc07e46b71c9f012fde34d0d1602cc42542

Functions
Getter at block 20891558
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xFAD7d46f2f44c2571260713a0154ff3AC4d0C02E], [49, 951])
maxPerMint(view returns (uint32)
1
maxPerWallet(view returns (uint32)
1
name(view returns (string)
Boring Two
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)
999
symbol(view returns (string)
BoringTwo
totalSupply(view returns (uint256)
999
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(