NOT DITTO
Verified contract
Active on
Ethereum with 6,785 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "NOT DITTO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20542712 | 3 months ago | | | 0 | 0.000075134700 | |
| 19633120 | 7 months ago | | | 0 | 0.0011390091 | |
| 19209989 | 9 months ago | | | 0 | 0.00051498628 | |
| 18899876 | 10 months ago | | | 0 | 0.0013164939 | |
| 18839064 | a year ago | | | 0 | 0.0010963441 | |
| 18638947 | a year ago | | | 0 | 0.00050658885 | |
| 18606669 | a year ago | | | 0 | 0.0010984258 | |
| 18361614 | a year ago | | | 0 | 0.00015421440 | |
| 18297797 | a year ago | | | 0 | 0.00013722622 | |
| 18245182 | a year ago | | | 0 | 0.00030228717 |
ABI
ABI objects
Getter at block 21159904
baseTokenURI() view returns (string)
https://api.notditto.xyz/api/token/
isMorphActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
isTransferControlRevoked() view returns (bool)
false
isTransferPaused() view returns (bool)
false
isUnmorphActive() view returns (bool)
true
maxPerTransaction() view returns (uint256)
3
maxSupply() view returns (uint256)
4444
metadataAddress() view returns (address)
0x0000000000000000000000000000000000000000
morphCooldown() view returns (uint256)
86400
morpherAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
NOT DITTO
owner() view returns (address)
0x99b47f7dee38b341744367e162703051d2958464
royaltyAddress() view returns (address)
0x99b47f7dee38b341744367e162703051d2958464
royaltyPercent() view returns (uint256)
0
symbol() view returns (string)
NOTDITTO
teamSupply() view returns (uint256)
440
totalSupply() view returns (uint256)
4004
Read-only
balanceOf(address owner) view returns (uint256)
dittoURI(uint256 _tokenId) view returns (string)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
morphHashToTokenId(bytes32) view returns (uint32)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToMorphData(uint32) view returns (uint32 morphId, address morphAddress, string morphAddressSol, uint256 morphTimestamp, uint8 morphChain)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount)
mintTeam(address _to, uint256 _amount)
morph(uint32 _tokenId, address _morphAddress, uint32 _morphId)
morphSol(uint32 _tokenId, string _morphAddressSol)
renounceOwnership()
revokeTransferControl()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMetadataAddress(address _metadataAddress)
setMorphCooldown(uint256 _morphCooldown)
setMorphHashToTokenId(bytes32 _morphHash, uint32 _tokenId)
setMorpher(address _morpherAddress)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyPercent(uint256 _royaltyPercent)
setTeamSupply(uint256 _teamSupply)
setTokenIdToMorphData(uint32 _tokenId, address _morphAddress, uint32 _morphId, string _morphAddressSol, uint8 _morphChain)
toggleMorph()
toggleSale()
toggleTransfer()
toggleUnmorph()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unmorph(uint32 _tokenId)
unmorphSol(uint32 _tokenId)
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)
Morphed(uint32 indexed tokenId, address indexed morphAddress, uint32 indexed morphId)
MorphedSol(uint32 indexed tokenId, string indexed morphAddressSol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unmorphed(uint32 indexed tokenId)
constructor(string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintAllowanceSurpassed()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MorphCooldown()
MorphDataClaimed()
MorphInactive()
NotOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleInactive()
SenderNotMorpher()
SoldOut()
TokenHasNotMorphed()
TokenIdHasMorphed()
TransferCallerNotOwnerNorApproved()
TransferControlRevoked()
TransferFromIncorrectOwner()
TransferPaused()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnmorphInactive()