Vizmesh Frames
Verified contract
Active on
Ethereum with 287 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 "Vizmesh Frames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13756481 | 3 years ago | | | 0 | 0.0088634996 | |
| 13745753 | 3 years ago | | | 0 | 0.0090586200 | |
| 13745716 | 3 years ago | | | 0 | 0.0089134879 | |
| 13056099 | 3 years ago | | | 0 | 0.0027600518 | |
| 13056075 | 3 years ago | | | 0 | 0.0027875567 | |
| 13056074 | 3 years ago | | | 0 | 0.0030439649 | |
| 13036021 | 3 years ago | | | 0 | 0.0038778808 | |
| 13036018 | 3 years ago | | | 0 | 0.0038527977 | |
| 13036016 | 3 years ago | | | 0 | 0.0034255620 | |
| 13030475 | 3 years ago | | | 0 | 0.0023593530 |
ABI
ABI objects
Getter at block 21285840
getTokenIdsCurrent() view returns (uint256)
147
name() view returns (string)
Vizmesh Frames
owner() view returns (address)
0xe6accec403c4cb24e425503f2308624b1f256696
symbol() view returns (string)
FRM
tokenSupplyLimit() view returns (uint16)
35144
Read-only
balanceOf(address owner) view returns (uint256)
eras(uint256) view returns (string name, uint16 tokens100000xPerMinuteRate, uint16 addMinutesToLastMintTimestamp)
frms(uint256) view returns (int16 x, int16 y, uint256 positionSetBlockTimestamp, uint256 nftSetBlockTimestamp, address nftContractAddress, uint256 nftTokenId, string nftUri, string frmUri, bool useNftUri, bool isPaused)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintFrm(address _tokenOwner, int16 _x, int16 _y)
pauseFrm(uint256 _tokenId)
renounceOwnership()
resumeFrm(uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFrmNft(uint256 _tokenId, address _nftContractAddress, uint256 _nftTokenId)
setFrmNftUri(uint256 _tokenId, string _nftUri)
setFrmPosition(uint256 _tokenId, int16 _x, int16 _y)
setFrmUri(uint256 _tokenId, string _frmUri)
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)
logMintFrm(uint256 _tokenId)
logSetFrmNft(uint256 _tokenId, address _displayedNftContractAddress, uint256 _displayedNftTokenId)
logSetFrmNftUri(uint256 _tokenId, string _tokenUri)
logSetFrmPosition(uint256 _tokenId, int16 _x, int16 _y)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.