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 "Doblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16750882 | 2 years ago | | | 0 | 0.0014542156 | |
| 16281065 | 2 years ago | | | 0 | 0.00056832927 | |
| 15666791 | 2 years ago | | | 0 | 0.00063022931 | |
| 15657334 | 2 years ago | | | 0 | 0.00027081024 | |
| 15629066 | 2 years ago | | | 0 | 0.00053446539 | |
| 15608392 | 2 years ago | | | 0 | 0.00025978277 | |
| 15602183 | 2 years ago | | | 0 | 0.00029560000 | |
| 15602179 | 2 years ago | | | 0 | 0.00027639824 | |
| 15573944 | 2 years ago | | | 0 | 0.00037392391 | |
| 15572872 | 2 years ago | | | 0 | 0.00067534692 |
ABI
ABI objects
Getter at block 21319230
cost() view returns (uint256)
20000000000000000
maxMint() view returns (uint256)
2
maxSupply() view returns (uint256)
111
name() view returns (string)
Doblins
owner() view returns (address)
0x88bab52c83596d34f27bbefd4520ef5132264225
paused() view returns (bool)
false
suffix() view returns (string)
.json
symbol() view returns (string)
DOBLINS
totalSupply() view returns (uint256)
111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numMinted(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 _amount) 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)
setCost(uint256 _cost)
setMaxMint(uint256 _maxMint)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
teamMint(uint256 qty, address recipient)
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, uint256 teamAllocation, string _baseURI, uint256 _maxSupply)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()