DOBES.WTF
Verified contract
Active on
Ethereum with 1,298 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 "DOBES.WTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19794970 | 6 months ago | | | 0 | 0.00028337403 | |
| 19623854 | 7 months ago | | | 0 | 0.00061075582 | |
| 19553278 | 7 months ago | | | 0 | 0.00083691002 | |
| 17588384 | a year ago | | | 0 | 0.0012116370 | |
| 17187456 | 2 years ago | | | 0 | 0.0034367582 | |
| 17018400 | 2 years ago | | | 0 | 0.0012295002 | |
| 17008498 | 2 years ago | | | 0 | 0.00080066761 | |
| 17006157 | 2 years ago | | | 0 | 0.0013606399 | |
| 17006157 | 2 years ago | | | 0 | 0.0013606399 | |
| 17006157 | 2 years ago | | | 0 | 0.0013606399 |
ABI
ABI objects
Getter at block 21168749
freePertx() view returns (uint256)
5
freeto() view returns (uint256)
3500
maxSupply() view returns (uint256)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
DOBES.WTF
owner() view returns (address)
0x9024ad08bc5ea12d935b1fb3073cae35c1a35e9b
symbol() view returns (string)
DOBES
totalSupply() view returns (uint256)
5000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
communityMint(address addr, uint256 amount)
freemint(uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 f, uint256 t)
setUri(string i)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()