Dittos
Verified contract
Active on
Ethereum with 15,108 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($546.35)
Native
Value
$546.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.171001 | $3,195.03 |
$546.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20666909 | 2 months ago | | | 0 | 0.000047994034 | |
| 20666909 | 2 months ago | | | 0 | 0.000053404733 | |
| 20666909 | 2 months ago | | | 0 | 0.000072680351 | |
| 20571038 | 3 months ago | | | 0 | 0.000056405721 | |
| 20565574 | 3 months ago | | | 0 | 0.000046385000 | |
| 20565073 | 3 months ago | | | 0 | 0.00011139771 | |
| 20208160 | 5 months ago | | | 0 | 0.000057082502 | |
| 20202680 | 5 months ago | | | 0 | 0.000094319028 | |
| 19206435 | 9 months ago | | | 0 | 0.0012967578 | |
| 19206425 | 9 months ago | | | 0 | 0.0035680324 |
ABI
ABI objects
Getter at block 21200196
MAX_MINT() view returns (uint16)
1
MAX_SUPPLY() view returns (uint256)
10000
OWNER_SUPPLY() view returns (uint256)
500
costTransform() view returns (uint256)
0
name() view returns (string)
Dittos
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DITTO
totalSupply() view returns (uint256)
10000
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()
ownerMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTransformCost(uint256 priceInWeis)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transform(uint256 dittoId, address usingContractNFT, uint256 usingTokenId) payable
untransform(uint256 dittoId)
withdrawFromContract()
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)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()