Tiles Blocks
Verified contract
Active on
Ethereum with 1,544 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 "Tiles Blocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068002 | a month ago | | | 0 | 0.00059882382 | |
| 20932273 | 2 months ago | | | 0 | 0.00050256233 | |
| 20747992 | 2 months ago | | | 0 | 0.00017137721 | |
| 20586722 | 3 months ago | | | 0 | 0.000046747000 | |
| 20586538 | 3 months ago | | | 0 | 0.000090313136 | |
| 20572766 | 3 months ago | | | 0 | 0.00063908047 | |
| 20572663 | 3 months ago | | | 0 | 0.00010766955 | |
| 20566152 | 3 months ago | | | 0 | 0.00096107736 | |
| 20566101 | 3 months ago | | | 0 | 0.00011956704 | |
| 20566079 | 3 months ago | | | 0 | 0.00059663283 |
ABI
ABI objects
Getter at block 21288668
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
genesisMintLimit() view returns (uint32)
10000
name() view returns (string)
Tiles Blocks
owner() view returns (address)
0x5fe330099f53bc9081ee9026ec1ce3f3f25f120b
scriptArweave() view returns (string)
scriptIPFS() view returns (string)
symbol() view returns (string)
TILB
totalMints() view returns (uint256)
10925
totalSupply() view returns (uint256)
7579
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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)
tokenHash(uint256) 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)
burn(uint256 tokenId)
burnToMint(uint256[] tokenIds, address _owner)
grantRole(bytes32 role, address account)
mintGenesis(address _receiver, uint256 qty)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGenesisMintLimit(uint32 _mintLimit)
setScriptArweave(string _scriptArweave)
setScriptIPFS(string _scriptIPFS)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address adminAddress, address ownerAddress, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.