Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "VISOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104175 | 21 days ago | | | 0 | 0.00014495961 | |
| 20855351 | 2 months ago | | | 0 | 0.00035124152 | |
| 20704041 | 3 months ago | | | 0 | 0.000073777841 | |
| 19954447 | 6 months ago | | | 0 | 0.00016436390 | |
| 19754564 | 7 months ago | | | 0 | 0.00032047980 | |
| 19747123 | 7 months ago | | | 0 | 0.00018060106 | |
| 19745440 | 7 months ago | | | 0 | 0.00029731813 | |
| 19745434 | 7 months ago | | | 0 | 0.00024931561 | |
| 19538773 | 8 months ago | | | 0 | 0.0010196139 | |
| 19440682 | 8 months ago | | | 0 | 0.00098525744 |
ABI
ABI objects
Getter at block 21257946
activeTemplate() view returns (bytes32)
0x5649534f522d322e302e35000000000000000000000000000000000000000000
baseURI() view returns (string)
getTemplate() view returns (address)
0xe2696f3dda0c4bb8b53da3951d6acb005094502d
instanceCount() view returns (uint256 count)
7773
name() view returns (string)
VISOR
nameCount() view returns (uint256)
9
owner() view returns (address)
0xf14c8b0ab465bd3d22d04495a8e25f75da2ec16e
symbol() view returns (string)
VISOR
totalSupply() view returns (uint256)
7773
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUserVault(address user, uint256 index) view returns (address)
instanceAt(uint256 index) view returns (address instance)
isApprovedForAll(address owner, address operator) view returns (bool)
isInstance(address instance) view returns (bool validity)
names(uint256) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
templates(bytes32) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userIndex(address, uint256) view returns (address)
vaultCount(address user) view returns (uint256)
State-modifying
Events addTemplate(bytes32 name, address template)
approve(address to, uint256 tokenId)
create() returns (address vault)
create(bytes) returns (address vault)
create2(bytes, bytes32 salt) returns (address vault)
create2(bytes32 salt) returns (address vault)
createSelected(bytes32 name) returns (address vault)
createSelected2(bytes32 name, bytes32 salt) returns (address vault)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bytes32 name)
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)
InstanceAdded(address instance)
InstanceRemoved(address instance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TemplateActive(bytes32 indexed name, address indexed template)
TemplateAdded(bytes32 indexed name, address indexed template)
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.