Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "BLONKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114453 | 22 days ago | | | 0 | 0.00022490172 | |
| 21114190 | 22 days ago | | | 0 | 0.00031579558 | |
| 21109891 | 23 days ago | | | 0 | 0.00021679057 | |
| 21041611 | a month ago | | | 0 | 0.00038239115 | |
| 21037052 | a month ago | | | 0 | 0.0010672482 | |
| 21020178 | a month ago | | | 0 | 0.00050752539 | |
| 20982350 | a month ago | | | 0 | 0.00047556632 | |
| 20931065 | 2 months ago | | | 0 | 0.00047949477 | |
| 20926274 | 2 months ago | | | 0 | 0.00053836133 | |
| 20925944 | 2 months ago | | | 0 | 0.00046079759 |
ABI
ABI objects
Getter at block 21274168 contractURI() view returns (string) description() view returns (string)
URIcontract() view returns (address)
0x5bb2333ee8c9818d4bd898a17f597ec6f5710fd6
URIcontractLocked() view returns (bool)
false
artist() view returns (string)
Matto
artistAddy() view returns (address)
0xa6a4fe416f8bf46bc3bca068ac8b1fc4df760653
collection() view returns (string)
BLONKS
cost() view returns (uint256)
0
donationAddy() view returns (address)
0x9d5025b327e6b863e5050141c987d988c07fd8b2
donationPercent() view returns (uint256)
50
exampleBLONK() view returns (uint16)
0
externalURL() view returns (string)
https://etherscan.io/address/0x7f463b874ec264dc7bd8c780f5790b4fc371f11f#readContract
license() view returns (string)
BLONKS NFTS ARE CC0
maxSupply() view returns (uint16)
4444
name() view returns (string)
BLONKS
owner() view returns (address)
0xf8d9056db2c2189155bc25a30269dc5dded15d46
publicMintActive() view returns (bool)
false
royaltyBps() view returns (uint256)
300
symbol() view returns (string)
BLONKS
website() view returns (string)
https://BLONKS.xyz
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerEntropy(uint256 _tokenId) view returns (uint256)
getRoyalties(uint256 _tokenId) view returns (address, uint256)
getSVG(uint256 _tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
legibleTokenURI(uint256 _tokenId) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
previewSVG(uint256 _tokenId, address _addy) view returns (string)
royaltyInfo(uint256 _tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenEntropyMap(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events DANGER_LockURIcontract() payable
approve(address to, uint256 tokenId)
lowerSupply(uint16 _lowerSupply)
mattoMint(address to)
publicMintThatBlonk() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtistAddy(address _artistAddy)
updateCollection(string _collection)
updateCost(uint256 _cost)
updateDescription(string _description)
updateDonationAddy(address _donationAddy)
updateExampleBLONK(uint16 _example)
updateExternalURL(string _externalURL)
updateRoyaltyBps(uint256 _royaltyBps)
updateURIcontract(address _URIcontract)
updateWebsite(string _website)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.