This contract is being backfilled. You may encounter incomplete storage history.

Doblins

Verified contract

Active on Ethereum with 143 txns
Deployed by via 0xf5066028 at 15300779
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Doblins"

0x672f35ff7db2c0add27bee1668b8382507d03f9ae949157a42052d6ee171b1cf
0xd01e0595e2811e1cc9f05dd6454ea005e2f84871efbb3073223f46ca84b2c8be
0x5fc8ad9f5ba03556421b2ffff18edea2192e2a8aca507b165becc391215e66eb
0x70e5b8d2b77ee475a80835fa79c836618dd8c2581b0ad6a115d11d89b3cf8ecf
0xc48367162e70fbb19476b1a048412603aed8558ef8f4778e25f11b10732fe815
0x5a486b6823e67671114617767e1dbfde95a94c64a9f3f5ddc0f0ac9a484a5921
0x26c2fd9d587985cc18261a62b440a2d83f7833bc17af26b69213f1219af019c7
0x3a76352385a193052b19d686eef5d8aa17e456809e792fd0dc2df7cea229547d
0xc7cb6659f357387c453cd21c13ce0ffb16bf59e58768851e8eb0208331fa3572
0x4e616c10b486932c7b0c2303853e8f214e56fabcbb8219c58c69293b33f013b2

Functions
Getter at block 20802894
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numMinted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setCost(uint256 _cost
setMaxMint(uint256 _maxMint
setMaxSupply(uint256 _maxSupply
setPaused(bool _state
teamMint(uint256 qtyaddress recipient
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboluint256 teamAllocationstring _baseURIuint256 _maxSupply
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(