BoringNakas
Verified contract
Active on
Ethereum with 7,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($0.00)
No balances found for "BoringNakas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104795 | 9 days ago | | | 0 | 0.00014307840 | |
| 21057074 | 16 days ago | | | 0 | 0.00036164636 | |
| 21043692 | 18 days ago | | | 0 | 0.00094734045 | |
| 20907976 | a month ago | | | 0 | 0.00066552155 | |
| 20861722 | a month ago | | | 0 | 0.00031569425 | |
| 20861720 | a month ago | | | 0 | 0.00028924346 | |
| 20861511 | a month ago | | | 0 | 0.00028999224 | |
| 20861490 | a month ago | | | 0 | 0.00036273388 | |
| 20677867 | 2 months ago | | | 0 | 0.00025187098 | |
| 20617876 | 3 months ago | | | 0 | 0.000060619462 |
ABI
ABI objects
Getter at block 21169267
BPUNKS() view returns (address)
0x8ce578bad214d59aefafb49bd20408e81271796f
DELEGATE_CASH_CONTRACT() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
MAX_MINT_PER_TX() view returns (uint256)
25
MAX_MINT_PER_WALLET_SALE() view returns (uint256)
25
WARM_WALLET_CONTRACT() view returns (address)
0xc3aa9bc72bd623168860a1e5c6a4530d3d80456c
claimCount() view returns (uint256)
4405
claimEnabled() view returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
maxSupply() view returns (uint256)
20000
mintCount() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
BoringNakas
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x57220b0f5335a054014808be12457cd049b3867e
price() view returns (uint256)
8000000000000000
symbol() view returns (string)
BNAKA
totalSupply() view returns (uint256)
14405
Read-only
balanceOf(address owner) view returns (uint256)
checkClaim(uint256 punkId) view returns (bool)
claimed(uint256) view returns (bool)
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, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
users(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
burnBoringBurn(uint256 tokenId)
claim(uint256[] punkIds)
mintSale(uint256 _amount) payable
renounceOwnership()
reserve(address to, uint256 tokenId)
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMintPerTx(uint256 _limit)
setMaxMintPerWalletSale(uint256 _limit)
setPrice(uint256 price_)
setRoyalty(address wallet, uint96 perc)
toggleClaim()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()
ZeroAddressCheck()