Zen Blocks
Verified contract
Active on
Ethereum with 327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9b76…e33e
Balances ($29.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASH | ERC-20 | 15 | $1.96 |
$29.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19072281 | 10 months ago | | | 0 | 0.00070661391 | |
| 19062684 | 10 months ago | | | 0 | 0.00070741491 | |
| 19061888 | 10 months ago | | | 0 | 0.00075876168 | |
| 18907853 | a year ago | | | 0 | 0.00092203830 | |
| 18640835 | a year ago | | | 0 | 0.00082090535 | |
| 18481668 | a year ago | | | 0 | 0.0012527735 | |
| 18337190 | a year ago | | | 0 | 0.00036162658 | |
| 17970522 | a year ago | | | 0 | 0.0021255220 | |
| 17779100 | a year ago | | | 0 | 0.00091711845 | |
| 17775092 | a year ago | | | 0 | 0.00064605800 |
ABI
ABI objects
Getter at block 21204794
ashContract() view returns (address)
0x64d91f12ece7362f91a6f8e7940cd55f05060b92
baseURI() view returns (string)
https://md.zenblocks.co/zs2/
currentUpgradeId() view returns (uint256)
1
dataBlocksContract() view returns (address)
0x825b8d4e1432ccbc5ab2bc24c9e65f0434dcaf37
name() view returns (string)
Zen Blocks
owner() view returns (address)
0x9a21be2964180254724a3a48b68608463175bde1
symbol() view returns (string)
ZENS
tokenRefreshEndTs() view returns (uint256)
1684240482
tokenRefreshPriceInASH() view returns (uint256)
1000000000000000000
tokenRefreshPriceInETH() view returns (uint256)
5000000000000000
totalSupply() view returns (uint256)
1006
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenRefreshRequestStatus(uint256) view returns (uint256)
tokenRefreshRequestStatusOf(uint256 _tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenUpgradeStatus(uint256) view returns (uint256)
upgradeStatusOf(uint256 _tokenId) view returns (uint256)
State-modifying
Events activateTokenRefresh()
approve(address to, uint256 tokenId)
mint(address _addr, uint256 _amount)
renounceOwnership()
requestTokenRefreshWithASH(uint256 _tokenId)
requestTokenRefreshWithETH(uint256 _tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setASHContractAddress(address _ashContract)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCurrentUpgradeId(uint256 _currentUpgradeId)
setDataBlocksContract(address _dataBlocksContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
upgrade(uint256 _tokenId)
withdraw()
withdrawERC20(address erc20_addr)
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)
TokenRefreshActivated()
TokenRefreshRequested(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgrade(uint256 indexed tokenId, uint256 indexed upgradeStatus)
constructor(string name_, string symbol_, string baseURI_, address _ashContract)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()