This Thing Of Ours
Verified contract
Active on
Ethereum with 5,726 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 "This Thing Of Ours"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21331645 | 5 hours ago | | | 0 | 0.0022540473 | |
| 21327130 | 20 hours ago | | | 0 | 0.00081823388 | |
| 21326959 | 20 hours ago | | | 0 | 0.00084229847 | |
| 21310671 | 3 days ago | | | 0 | 0.00067971003 | |
| 21309486 | 3 days ago | | | 0 | 0.0013454870 | |
| 21306356 | 4 days ago | | | 0 | 0.00047760806 | |
| 21292718 | 6 days ago | | | 0 | 0.00032293791 | |
| 21281206 | 7 days ago | | | 0 | 0.0010859067 | |
| 21281159 | 7 days ago | | | 0 | 0.00070640576 | |
| 21274886 | 8 days ago | | | 0 | 0.00041270015 |
ABI
ABI objects
Getter at block 21333026
CAPO_WL() view returns (uint8)
3
OG_WL() view returns (uint8)
2
REGULAR_WL() view returns (uint8)
1
baseURI() view returns (string)
https://ttoonft.io/tokens/metadata/
capoMerkleRoot() view returns (bytes32)
0x7b7ebb8969cab62852d3a2e60a76d5c80291049d376586d9f39f9d484aaa45f7
frozen() view returns (bool)
false
maxCapoSupply() view returns (uint256)
163
maxSupply() view returns (uint256)
2000
merkleRoot() view returns (bytes32)
0x6feb89677c0344f74473f98f63e60b6da9c276fa7fffdc85d6cbc4531c763ca9
mintPrice() view returns (uint256)
250000000
name() view returns (string)
This Thing Of Ours
nextCapo() view returns (uint256)
164
nextId() view returns (uint256)
2001
ogMerkleRoot() view returns (bytes32)
0x430c30250377c7cba8ad5cd07a3f895a8fcfcc173a445310841104f5dc629676
owner() view returns (address)
0x9074a6eedbc32abbffa64cccaee7e970155f8249
publicSaleActive() view returns (bool)
true
publicSupplyAvailable() view returns (uint256)
0
symbol() view returns (string)
TTOO
whitelistSaleActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
claimedCapos(address) view returns (uint256)
claimedSoldiers(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalClaimed(address _user) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freezeURI()
mint(uint8 _whitelist, uint256 _regularQty, uint256 _capoQty, bytes32[] _proof)
purchase(uint256 _qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _newPrice)
setRoot(uint8 _whitelist, bytes32 _root)
setRoyalty(uint96 _royaltyBPS) returns (bool)
setURI(string _newURI)
setWhitelistSaleStatus(bool _status)
startPublicSale()
stopPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewPrice(uint256 _newPrice)
NewRoot(uint8 _whitelist, bytes32 _root)
NewRoyalty(uint96 _newRoyalty)
NewURI(string _newURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicSaleStarted(uint256 _available)
PublicSaleStopped()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIFrozen(string _finalURI)
WhitelistSaleStatus(bool _status)
Withdrawal(uint256 _balance)
constructor(address _owner, uint96 _royaltyBPS, bytes32 _merkleRoot, bytes32 _ogMerkleRoot, bytes32 _capoMerkleRoot, address _USDC, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.