Truchet Styles
Verified contract
Active on
Ethereum with 3,551 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 "Truchet Styles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20704091 | 3 months ago | | | 0 | 0.000041433369 | |
| 20704044 | 3 months ago | | | 0 | 0.000037830762 | |
| 19676804 | 7 months ago | | | 0 | 0.0018526457 | |
| 19539956 | 8 months ago | | | 0 | 0.0014009135 | |
| 19494602 | 8 months ago | | | 0 | 0.00082420450 | |
| 18934447 | a year ago | | | 0 | 0.00067126525 | |
| 18934446 | a year ago | | | 0 | 0.00068656417 | |
| 18908879 | a year ago | | | 0 | 0.00056316762 | |
| 18908508 | a year ago | | | 0 | 0.00059561313 | |
| 18871897 | a year ago | | | 0 | 0.00094230355 |
ABI
ABI objects
Getter at block 21299480
DESCRIPTION() view returns (string)
2048 algorithmically generated, unique new stylizations on the humble truchet tile
MAX_TOKENS() view returns (uint256)
2048
baseURI() view returns (string)
https://files.truchetstyles.art/metadata/
isActive() view returns (bool)
true
name() view returns (string)
Truchet Styles
owner() view returns (address)
0xda48f922a4ec0c4b78758af9e83e69d1b687edd1
price() view returns (uint256)
100000000000000000
remainingAmount() view returns (uint256)
0
symbol() view returns (string)
TSTYL
totalSupply() view returns (uint256)
2048
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address _owner) 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)
tokenSeed(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
createTruchet(uint256 seed) payable
createTruchetForFriend(address walletAddress, uint256 seed) payable
openTheGates()
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)
specialMint(address walletAddress, uint256 seed) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
withdrawAll() 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 name, string symbol, string initialBaseURI, address[16] _specialMintRecipients, uint256[16] _specialMintSeeds)
This contract contains no fallback and receive objects.
This contract contains no error objects.