Boring One
Verified contract
Proxy
Active on
Ethereum with 7,370 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,138.91 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130736 | 4 days ago | | | 0 | 0.00089116408 | |
| 21102542 | 8 days ago | | | 0 | 0.00014114495 | |
| 21086772 | 11 days ago | | | 0 | 0.00075751380 | |
| 21083702 | 11 days ago | | | 0 | 0.00044973335 | |
| 21059728 | 14 days ago | | | 0 | 0.00048933227 | |
| 21057935 | 15 days ago | | | 0 | 0.00025744400 | |
| 21026008 | 19 days ago | | | 0 | 0.00027962070 | |
| 20982099 | 25 days ago | | | 0 | 0.00026077337 | |
| 20982098 | 25 days ago | | | 0 | 0.00025368066 | |
| 20982095 | 25 days ago | | | 0 | 0.00026567450 |
ABI
ABI objects
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 owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] _recipients, uint256[] _amount)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(string _name, string _symbol, uint256 _maxSupply)
mint(uint256 count) payable
mintAll() payable
presaleMint(uint32 count, bytes32[] proof) payable
referralMint(uint32 count, address referrer) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommission(uint256 _val1)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePresale(bool _open, bytes32 root)
updateReferral(bool _open, uint256 _val)
updateReqToken(address _address)
updateReveal(bool _revealed, string _uri)
updateRoyalties(address _recipient, uint256 _fee)
updateSale(bool _open, uint256 _cost, uint32 _maxW, uint32 _maxM)
updateWithdrawSplit(address[] _addresses, uint256[] _fees)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _totalSupply)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()