Dittos

Verified contract

Active on Ethereum with 15,108 txns
Deployed by via 0xf57db722 at 15474198
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $546.35
0x6cb2e6a3b204dc4ac39b98cebf4c5bdf6d04dd7eecc03add3cb1a6f45151aa49
0x1fe3d93643ae45f0398b5971b2dd14da8825d9ebc7db8a23e56ffcf952fa60b6
0x87854e0d5b2244eab2988dc97926554b4d901f48630e69bfa352b82283769d57
0x840ccbe75c8ce15c5ac35772a609db33101be02463b3c3fce2fa756fe43b3eeb
0xcc6aea79a0c6ef1eebdb17eef9e2fab2a0bfc7dc162d4dfee9e0748932ea04ee
0x457ab8143d4c97b687d9b8ec349aeaff12dd3df613e7f8b1e3d46b7953e27a9c
0x001e94b766aa84a095997c1f8d44dd984dfdc78d99d2269f85154f1e04f8dd41
0xe1217866ea7443ff8716695836a2687c6d695ec655cbe38446d79967b64b772c
0x73d9a3c57546c67e449f4e8432d52ed76176d15c598f5a7add61bc6adceee5c5
From
0x7c0753e92fa6caaa09738d7fa04bc3dc1dc057b221b6d285ef836f60f2360936
From

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(
ownerMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setTransformCost(uint256 priceInWeis
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
transform(uint256 dittoIdaddress usingContractNFTuint256 usingTokenIdpayable 
untransform(uint256 dittoId
withdrawFromContract(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(