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 "DooDLads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18895281 | a year ago | | | 0 | 0.00073683138 | |
| 16420044 | 2 years ago | | | 0 | 0.0011472664 | |
| 15845653 | 2 years ago | | | 0 | 0.00028976133 | |
| 15413487 | 2 years ago | | | 0 | 0.00033287643 | |
| 15244632 | 2 years ago | | | 0 | 0.0011381971 | |
| 15112605 | 2 years ago | | | 0 | 0.00044322269 | |
| 14782654 | 3 years ago | | | 0 | 0.00054190829 | |
| 14770490 | 3 years ago | | | 0 | 0.00095945378 | |
| 14739158 | 3 years ago | | | 0 | 0.0022841147 | |
| 14708265 | 3 years ago | | | 0 | 0.0010044784 |
ABI
ABI objects
Getter at block 21319774
PRE_SALE_PRICE() view returns (uint256)
0
PRE_SAlE_AMOUNT() view returns (uint256)
1000
PRICE() view returns (uint256)
18800000000000000
TOTAL_SUPPLY() view returns (uint256)
3555
WITHDRAW_ADDRESS() view returns (address)
0x8c89031ee2ed29b5d4dc1671078a122f3e000310
name() view returns (string)
DooDLads
owner() view returns (address)
0x07e2bc8708f81277ac8d194adbdf048c0cbdc82f
symbol() view returns (string)
Lads
totalSold() view returns (uint256)
1084
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listMyNFT(address owner) view returns (uint256[] tokens)
ownerOf(uint256 tokenId) view returns (address)
queryPurchaseLimit(address target) view returns (uint256)
queryPurchaseTotalFee(uint256 amount) view returns (uint256 totalFee)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address wallet, uint256 amount)
purchaseNFT(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)
setSelling(bool isSelling)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
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)
PurchaseEvent(address purchaseWallet, uint256 nftID, uint256 purchaseTimestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.