Do Kwoblins
Verified contract
Active on
Ethereum with 437 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 "Do Kwoblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20483680 | 4 months ago | | | 0 | 0.00029583828 | |
| 20234805 | 5 months ago | | | 0 | 0.00067670431 | |
| 19919596 | 7 months ago | | | 0 | 0.0011096148 | |
| 19852659 | 7 months ago | | | 0 | 0.000093135037 | |
| 19592955 | 8 months ago | | | 0 | 0.00026360706 | |
| 19505902 | 9 months ago | | | 0 | 0.0010001856 | |
| 18918546 | a year ago | | | 0 | 0.00067314419 | |
| 18917656 | a year ago | | | 0 | 0.00036143587 | |
| 18917656 | a year ago | | | 0 | 0.00036021229 | |
| 18759317 | a year ago | | | 0 | 0.00092822838 |
ABI
ABI objects
Getter at block 21424638
baseURI() view returns (string)
ipfs://QmRJMz7mqKqDGtUEtTHFeWfUAn3VJR7Hc47psbJiTzsqFS/
maxPerAddress() view returns (uint256)
69
mintEnabled() view returns (bool)
true
name() view returns (string)
Do Kwoblins
owner() view returns (address)
0x1bd0c08d170da791c66c264d4ec9bcf3f8e79d79
symbol() view returns (string)
DOKWOBLINS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numMintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity)
mintHonoraries(address _destAddress, uint256 _nKwoblins)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMintStatus(bool _status)
sumthinboutfunds() payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()