dontletmedoit
Verified contract
Active on
Ethereum with 2,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.21)
Native
Value
$3.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,204.84 |
$3.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105487 | 11 days ago | | | 0 | 0.000096505775 | |
| 19772960 | 6 months ago | | | 0 | 0.00032338284 | |
| 19635041 | 7 months ago | | | 0 | 0.00036430749 | |
| 18906807 | 10 months ago | | | 0 | 0.00082634720 | |
| 18825256 | a year ago | | | 0 | 0.0018551439 | |
| 18407257 | a year ago | | | 0 | 0.00046971379 | |
| 16680117 | 2 years ago | | | 0 | 0.0013519718 | |
| 16644809 | 2 years ago | | | 0 | 0.00076208415 | |
| 16640326 | 2 years ago | | | 0 | 0.00067318786 | |
| 16312815 | 2 years ago | | | 0 | 0.00041867638 |
ABI
ABI objects
Getter at block 21180883
Max_Supply() view returns (uint256)
1000
NFT() view returns (address)
0x15d329a8f350ac9a234387f840eb9f1ca65438f9
contractURI() view returns (string)
ipfs://QmeUwGcWiFsfaSDpeD98spwTHmRfQNdDEr39sT9wjzUDm8
isActive() view returns (bool)
true
name() view returns (string)
dontletmedoit
owner() view returns (address)
0x3f4e0da94042d7500033dffa63c02b58e159dd2e
price() view returns (uint256)
4500000000000000
step1() view returns (uint256)
4000000000000000
step2() view returns (uint256)
3800000000000000
step3() view returns (uint256)
3500000000000000
symbol() view returns (string)
dlmd
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
findprice(uint256 _quantity) view returns (uint256 value)
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 adminMint(address _recp, uint256 _quantity)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _state)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setContractMeta(string _md)
setNFT(address _nft)
setPriceStep(uint256 _price, uint256 _step1, uint256 _step2, uint256 _step3)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _address, uint256 amount)
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)
Minted(address minter, uint256 quantity)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()