Degen Ninja Turtles
Verified contract
Active on
Ethereum with 464 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 "Degen Ninja Turtles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19502889 | 9 months ago | | | 0 | 0.00035001503 | |
| 19370497 | 9 months ago | | | 0 | 0.0031453708 | |
| 19362257 | 9 months ago | | | 0 | 0.0047660986 | |
| 17736713 | a year ago | | | 0 | 0.0013655636 | |
| 16762376 | 2 years ago | | | 0 | 0.0012185635 | |
| 16692645 | 2 years ago | | | 0 | 0.0012950944 | |
| 16690021 | 2 years ago | | | 0 | 0.0014515296 | |
| 16648732 | 2 years ago | | | 0 | 0.0010624224 | |
| 16509232 | 2 years ago | | | 0 | 0.00062254586 | |
| 16308562 | 2 years ago | | | 0 | 0.00076015744 |
ABI
ABI objects
Getter at block 21429460
MAX_TOKENS() view returns (uint256)
5555
baseURI() view returns (string)
ipfs://Qma4nQvZJAjpPHM6NLi3UpgkhWHpbkGrD1vAKAdU1TNkuj/
discountMints() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x3e11ca738c914d3a54e535c09543e1ca9d8718cb71793c157c79034de8c2bcf7
name() view returns (string)
Degen Ninja Turtles
owner() view returns (address)
0x4605559655328dc549298549fe25700ef2c6e308
presalePrice() view returns (uint256)
0
presaleStarted() view returns (bool)
true
price() view returns (uint256)
42000000000000000
publicSaleStarted() view returns (bool)
true
symbol() view returns (string)
DNT
totalSupply() view returns (uint256)
5555
w1() view returns (address)
0x0342a2973d3184ff47c52e2a70399a462ff26d68
w2() view returns (address)
0x463ae947f2cf7ec7816af8b2274d943b6774d989
w3() view returns (address)
0x22f68242149f30c0932b28227acd3048de048e25
w4() view returns (address)
0x4a8dcd0c0ed6e3f278215a3079ce9477ec9685d0
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 approve(address to, uint256 tokenId)
mint(uint256 tokens) payable
mintPresale(uint256 tokens, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDiscountMints(uint256 _newDiscountMints)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePrice(uint256 _newPrice)
setPrice(uint256 _newPrice)
togglePresaleStarted()
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()