DISTORTIONS

Verified contract

Active on Ethereum with 176 txns
Deployed by via 0x76298045 at 17516703
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DISTORTIONS"

0x7adf04ae549d7db1729dfeb8a679fd62f5639002b40bfd4efb1cc496e9d1b2f7
0x4a59257f623647d5811d686bf1a8ee8f89bf318f38cfbdf8adbb0efadf1c6d80
0x7ef4495e1b0c4211bb48657cf2582c9f406ec52f2aa6b10ab7c5df064e34b9b0
0x80adc2c7f653c388379a0c00353b653e559cbff2895fe8fd8035b2f7899f0ff0
0xfeaae1625e14ffac6aecbabd88c95237a31f459250b3c5926318b9c29c67de43
0x17602a561e45cae502bd73c003f0300b33c92a883976f756400634367cf07b7f
0x97b358955f99a23a252d8de0e789cbd4659bf0cb1c527515057213979c76a71a
0x4b801a5879c5f8d6c2980e85d857a7e6d9714d266a00f739e5c7d2614ad702f7
0x371de51270672af5e77487bffeb73e9b9ccdb7cabb08783456cd8285f1f1f691
0xedad7126b65f811d7253e0f43471f1c7d63c64b5e6d4edfe165778f67a9e4c20

Functions
Getter at block 21293462
MAX_SUPPLY(view returns (uint256)
1000
SALE_PRICE(view returns (uint256)
0
baseURI(view returns (string)
ipfs://QmPVL2X9S5uFT7xbVh1uLeAMJgCsnp21QCL7unJYMrVr2w/
name(view returns (string)
DISTORTIONS
owner(view returns (address)
0x6f743fc3e140d6ee85f2dcefd196c1e34cbb93ef
sale(view returns (bool)
true
symbol(view returns (string)
DIST
totalSupply(view returns (uint256)
1000
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 tokenIdpayable 
mint(uint256 amountpayable 
ownerMint(address _touint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setPrice(uint256 _newPrice
setSupply(uint256 _newSupply
startSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(