Distortion Games
Verified contract
Active on
Ethereum with 378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($190.40)
Native
Value
$190.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,173.37 |
$190.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18241195 | a year ago | | | 0 | 0.00019114208 | |
| 16820985 | 2 years ago | | | 0 | 0.00071635427 | |
| 16819475 | 2 years ago | | | 0 | 0.0011956525 | |
| 16723299 | 2 years ago | | | 0 | 0.0012023843 | |
| 16707319 | 2 years ago | | | 0 | 0.0017484627 | |
| 16656488 | 2 years ago | | | 0 | 0.00075275406 | |
| 16536120 | 2 years ago | | | 0 | 0.0013102950 | |
| 16454319 | 2 years ago | | | 0 | 0.00037592447 | |
| 16420362 | 2 years ago | | | 0 | 0.0010163189 | |
| 16303864 | 2 years ago | | | 0 | 0.00079756314 |
ABI
ABI objects
Getter at block 21202383
checkIsPublicMint() view returns (bool)
true
getPublicPrice() view returns (uint256)
20000000000000000
isPaused() view returns (bool)
false
isPublicMint() view returns (bool)
true
isWhitelistMint() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xb219a2592b5ab2fa34ba206de030ead9f78457f8574694b7e7f38c862317e532
name() view returns (string)
Distortion Games
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xfa0a865e07385c55516c7a6f069ba82aacb109fa
symbol() view returns (string)
DISTORT
totalSupply() view returns (uint256)
321
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)
presaleAddressMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32[] proof, uint256 amount) payable
approve(address to, uint256 tokenId)
cashout()
devMint(uint32 qty)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCashout(address addr) returns (address)
setMax(uint256 wl, uint256 transac)
setMaxMint(uint256 maxMint)
setMerkleRoot(bytes32 root)
setPaused(bool value)
setPresalePrice(uint256 price)
setPublicMint(bool value)
setPublicPrice(uint256 price)
setWhitelistMint(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.