CarvedTiles
Verified contract
Active on
Ethereum with 265 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 "CarvedTiles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19486880 | 8 months ago | | | 0 | 0.0011649870 | |
| 18910266 | 10 months ago | | | 0 | 0.00048564248 | |
| 18908746 | 10 months ago | | | 0 | 0.00056911592 | |
| 16411222 | 2 years ago | | | 0 | 0.00069016573 | |
| 16312568 | 2 years ago | | | 0 | 0.00064108175 | |
| 16300140 | 2 years ago | | | 0 | 0.00099364458 | |
| 16216062 | 2 years ago | | | 0 | 0.00061765196 | |
| 15856713 | 2 years ago | | | 0 | 0.00017399900 | |
| 15585049 | 2 years ago | | | 0 | 0.00032412481 | |
| 15331753 | 2 years ago | | | 0 | 0.00067880466 |
ABI
ABI objects
Getter at block 21178549
baseURICurrentlyChangeable() view returns (bool)
true
contractURI() view returns (string)
ipfs://QmNnArzNzmAKqeh4iccwFuR8eZXtTUn2cu6KkNncJiaU7p
getBaseURI() view returns (string)
ipfs://Qmc61gCmMgZTUc592TcSUbM1aJmU6ct9gCLUczLqN4f5Td/metadata/
getCurrentPrice() view returns (uint256)
300000000000000000
name() view returns (string)
CarvedTiles
owner() view returns (address)
0x22db23a0aced4b514abe5af2b2ab8117b5d3cacc
permawebURI() view returns (string)
ipfs://QmNgkkyL8Tni7wf4bBdXzeqkhs1biwLM3HyVT2BgYdVwTr/permaweb/
symbol() view returns (string)
TILE
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRedeemedStatus(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
permawebURIForToken(uint256 tokenId) view returns (string)
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 approve(address to, uint256 tokenId)
changeBaseURI(string newBaseURI) returns (string)
changeContractURI(string newContractURI) returns (string)
changeCurrentPrice(uint256 newCurrentPrice) returns (uint256)
changePermawebURI(string newPermawebURI) returns (string)
changeRedemptionStartTime(uint256 newRedemptionStartTime) returns (uint256)
changeSaleStartTime(uint256 newSaleStartTime) returns (uint256)
makeBaseURINotChangeable() returns (bool)
purchaseTile(uint256 tokenId) payable returns (uint256)
redeemTile(uint256 tokenId) returns (string)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redemption(address redeemer, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initialBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.