BoringKids
Verified contract
Active on
Ethereum with 468 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BoringKids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17847884 | a year ago | | | 0 | 0.00033788798 | |
| 16705049 | 2 years ago | | | 0 | 0.00087796004 | |
| 15994346 | 2 years ago | | | 0 | 0.00053816876 | |
| 15973301 | 2 years ago | | | 0 | 0.00073692800 | |
| 15883013 | 2 years ago | | | 0 | 0.00057965498 | |
| 15871087 | 2 years ago | | | 0 | 0.00079269025 | |
| 15869747 | 2 years ago | | | 0 | 0.0022656547 | |
| 15788844 | 2 years ago | | | 0 | 0.00096273672 | |
| 15252723 | 2 years ago | | | 0 | 0.00075128681 | |
| 15229821 | 2 years ago | | | 0 | 0.00023029000 |
ABI
ABI objects
Getter at block 21306919
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/sRouFmLegPKDKIUwGnDe6/chain/1/metadata/
maxPerWallet() view returns (uint256)
5
name() view returns (string)
BoringKids
owner() view returns (address)
0x85c693bb4152bcc9dc18f81f8aca3ced8972ea68
presaleMaxPerWallet() view returns (uint256)
5
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
1000
price() view returns (uint256)
0
saleState() view returns (uint8)
1
supply() view returns (uint256)
2222
symbol() view returns (string)
BKD
totalSupply() view returns (uint256)
2222
Read-only
addressMintBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
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)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPerWalletMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()