doooooobby
Verified contract
Active on
Ethereum with 401 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 "doooooobby"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15431427 | 2 years ago | | | 0 | 0.00053974851 | |
| 15426441 | 2 years ago | | | 0.003 | 0.00032522545 | |
| 15426371 | 2 years ago | | | 0 | 0.00022807612 | |
| 15426349 | 2 years ago | | | 0.009 | 0.00033138861 | |
| 15426334 | 2 years ago | | | 0.009 | 0.00033066714 | |
| 15426334 | 2 years ago | | | 0.009 | 0.00026420613 | |
| 15426334 | 2 years ago | | | 0.009 | 0.00026688286 | |
| 15426333 | 2 years ago | | | 0 | 0.00019874272 | |
| 15426329 | 2 years ago | | | 0 | 0.00018674000 | |
| 15426329 | 2 years ago | | | 0.009 | 0.00031795010 |
ABI
ABI objects
Getter at block 21186539
cost() view returns (uint256)
3000000000000000
maxPerTx() view returns (uint32)
4
maxSupply() view returns (uint32)
2300
name() view returns (string)
doooooobby
owner() view returns (address)
0x50c9dc8dc4997c4b97aa13ce89f4e0dfadb9bc14
symbol() view returns (string)
DB
totalSupply() view returns (uint256)
2144
uriPrefix() view returns (string)
ipfs://QmU6YPPzw75wAtbUJLs8A9ydv8EtrVtynnS6wLWgYWZXqV/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDrop(uint256 amount)
approve(address to, uint256 tokenId)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListDrop(uint256 amount, uint256 _signature)
whiteListMint(uint256 amount, uint256 _signature)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()