Mellow Vault Registry
Verified contract
Active on
Ethereum with 276 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 "Mellow Vault Registry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18625845 | a year ago | | | 0 | 0.0013652170 | |
| 18625844 | a year ago | | | 0 | 0.0014282054 | |
| 18539923 | a year ago | | | 0 | 0.0016851355 | |
| 18539922 | a year ago | | | 0 | 0.0016346471 | |
| 18517213 | a year ago | | | 0 | 0.0014718658 | |
| 18517212 | a year ago | | | 0 | 0.0014454778 | |
| 18050004 | a year ago | | | 0 | 0.0011715029 | |
| 18050003 | a year ago | | | 0 | 0.0012127163 | |
| 17968864 | a year ago | | | 0 | 0.00093363046 | |
| 17968863 | a year ago | | | 0 | 0.00092842986 |
ABI
ABI objects
Getter at block 21297137 vaults() view returns (address[])
contractName() pure returns (string)
VaultRegistry
contractNameBytes() pure returns (bytes32)
0x5661756c74526567697374727900000000000000000000000000000000000000
contractVersion() pure returns (string)
1.0.0
contractVersionBytes() pure returns (bytes32)
0x312e302e30000000000000000000000000000000000000000000000000000000
name() view returns (string)
Mellow Vault Registry
protocolGovernance() view returns (address)
0xdc9c17662133fb865e7ba3198b67c53a617b2153
stagedProtocolGovernance() view returns (address)
0x0000000000000000000000000000000000000000
stagedProtocolGovernanceTimestamp() view returns (uint256)
0
symbol() view returns (string)
MVR
vaultsCount() view returns (uint256)
362
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLocked(uint256 nft) view returns (bool)
nftForVault(address vault) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
vaultForNft(uint256 nft) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
commitStagedProtocolGovernance()
lockNft(uint256 nft)
registerVault(address vault, address owner) returns (uint256 nft)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
stageProtocolGovernance(address newProtocolGovernance)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CommitedProtocolGovernance(address indexed origin, address indexed sender, address newProtocolGovernance)
StagedProtocolGovernance(address indexed origin, address indexed sender, address newProtocolGovernance, uint256 start)
TokenLocked(address indexed origin, address indexed sender, uint256 indexed nft)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VaultRegistered(address indexed origin, address indexed sender, uint256 indexed nft, address vault, address owner)
constructor(string name, string symbol, address protocolGovernance_)
This contract contains no fallback and receive objects.
This contract contains no error objects.