DISTORTIONS
Verified contract
Active on
Ethereum with 176 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 "DISTORTIONS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17517451 | a year ago | | | 0 | 0.00063653772 | |
| 17517335 | a year ago | | | 0 | 0.00039708697 | |
| 17517095 | a year ago | | | 0 | 0.00073367390 | |
| 17517095 | a year ago | | | 0 | 0.00073367390 | |
| 17517095 | a year ago | | | 0 | 0.00073367390 | |
| 17517090 | a year ago | | | 0 | 0.00060186701 | |
| 17517089 | a year ago | | | 0 | 0.00064652498 | |
| 17517086 | a year ago | | | 0 | 0.00057391251 | |
| 17517083 | a year ago | | | 0 | 0.00058196085 | |
| 17517078 | a year ago | | | 0 | 0.00072015397 |
ABI
ABI objects
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 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) payable
mint(uint256 amount) payable
ownerMint(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
setSupply(uint256 _newSupply)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()