Dobies Collection
Verified contract
Active on
Ethereum with 15,728 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 "Dobies Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211235 | 7 days ago | | | 0 | 0.00040431914 | |
| 21211224 | 7 days ago | | | 0 | 0.00042969712 | |
| 21211175 | 7 days ago | | | 0 | 0.00033908256 | |
| 21211173 | 7 days ago | | | 0 | 0.00035818203 | |
| 21211168 | 7 days ago | | | 0 | 0.00031454425 | |
| 21211111 | 7 days ago | | | 0 | 0.00051585688 | |
| 21050835 | a month ago | | | 0 | 0.00024221146 | |
| 20938083 | a month ago | | | 0 | 0.00017428194 | |
| 20857144 | 2 months ago | | | 0 | 0.00049926167 | |
| 20783464 | 2 months ago | | | 0 | 0.00044831804 |
ABI
ABI objects
Getter at block 21258641
PUBLIC_SUPPLY() view returns (uint256)
7200
baseURI() view returns (string)
ipfs://bafybeigmuyapgjde3ich33wzpnmi3cex2z5pwfynq67odlfdaiebpnq3ie/
minted() view returns (uint256)
7200
name() view returns (string)
Dobies Collection
owner() view returns (address)
0x8d40e715a3d0eff0a14e7d9a54562b6ed69d6f13
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
reserves() view returns (uint256)
409
symbol() view returns (string)
Dobies
totalSupply() view returns (uint256)
7591
whitelistMerkleRoot() view returns (bytes32)
0x81e8b0f9894b0810aa091c617d2fd49b5201889c1d66d5e8bc7d21b89e507343
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
flipProxyState(address proxyAddress)
mint(uint256 count, uint256 startTime, uint256 allowance, bytes32[] proof)
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)
setMerkleRoot(bytes32 _whitelistMerkleRoot)
setProxyRegistryAddress(address _proxyRegistryAddress)
setPublicSupply(uint256 _PUBLIC_SUPPLY)
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(string _baseURI, bytes32 _whitelistMerkleRoot, address _proxyRegistryAddress, uint256 _airdropCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.