BlockMazing
Verified contract
Active on
Ethereum with 398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($329.05)
Native
Value
$329.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.105 | $3,133.78 |
$329.05 | |
MZE | ERC-721 | 1 | -- | -- | |
TCK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17256242 | 2 years ago | | | 0 | 0.0018402073 | |
| 16623001 | 2 years ago | | | 0 | 0.0021992565 | |
| 16530107 | 2 years ago | | | 0 | 0.00065461788 | |
| 16514677 | 2 years ago | | | 0 | 0.0014864111 | |
| 16068294 | 2 years ago | | | 0 | 0.00099428047 | |
| 15882380 | 2 years ago | | | 0 | 0.00095369264 | |
| 15882261 | 2 years ago | | | 0 | 0.0010030036 | |
| 15773862 | 2 years ago | | | 0 | 0.0016513487 | |
| 15773295 | 2 years ago | | | 0 | 0.00053617778 | |
| 15767981 | 2 years ago | | | 0 | 0.0018745658 |
ABI
ABI objects
Getter at block 21223673
EFF_ADDRESS() view returns (address)
0x095f1fd53a56c01c76a2a56b7273995ce915d8c4
MAX_TOKEN_COUNT() view returns (uint256)
256
MAZE_SIZE() view returns (uint256)
20
TOKEN_COST() view returns (uint256)
25000000000000000
name() view returns (string)
BlockMazing
owner() view returns (address)
0xce27d8bcee45db3e457ecf8629264ca7893aaaac
symbol() view returns (string)
MZE
totalSupply() view returns (uint256)
256
Read-only
balanceOf(address owner) view returns (uint256)
draw(uint256 id) pure returns (string)
getApproved(uint256 tokenId) view returns (address)
getMazeData(uint256 id) pure returns (uint256[400])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
semiRandomData(uint256 seed) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenDataURI(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeMint(address to) payable
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.