TwistedTweaks
Verified contract
Active on
Ethereum with 6,323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($386.44)
Native
Value
$386.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1173 | $3,294.45 |
$386.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268390 | 14 hours ago | | | 0 | 0.00031977768 | |
| 21267330 | 17 hours ago | | | 0 | 0.0010158475 | |
| 21260015 | 2 days ago | | | 0 | 0.00086315542 | |
| 21255043 | 2 days ago | | | 0 | 0.00053420534 | |
| 21247666 | 3 days ago | | | 0 | 0.0020977112 | |
| 21247662 | 3 days ago | | | 0 | 0.0021266571 | |
| 21247652 | 3 days ago | | | 0 | 0.0018694006 | |
| 21247648 | 3 days ago | | | 0 | 0.0018379451 | |
| 21247648 | 3 days ago | | | 0 | 0.0018379451 | |
| 21247642 | 3 days ago | | | 0 | 0.0019598399 |
ABI
ABI objects
Getter at block 21272428
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmdDagL8zjPz5juomhrVGfxNw7aD4jhnTchCSvszcWPmsQ/
cost() view returns (uint256)
6900000000000000
getTotalSupply() view returns (uint256)
6123
isOgPresaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
maxMintAmount() view returns (uint256)
100
maxPerWallet() view returns (uint256)
100
maxSupply() view returns (uint256)
10000
name() view returns (string)
Twisted Tweaks
owner() view returns (address)
0xff4787bf231496340e72adad489b33d43f2b4bde
symbol() view returns (string)
TT10K
totalSupply() view returns (uint256)
6123
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimsByAddress(address entry) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToOgPresaleList(address entry, uint256 claimable)
approve(address to, uint256 tokenId)
flipOgPresaleState()
flipSaleState()
mint(address _to, uint256 _mintAmount) payable
mintOgPresale(address _to, uint256 _mintAmount) payable
mintToAddress(address _to, uint256 _mintAmount)
removeFromOgPresaleList(address entry)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.