VaultProxy
Verified contract
Proxy
Active on
Ethereum with 1,352 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b7d…9ba7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- | |
IFROGS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18465559 | a year ago | | | 0 | 0.0068366947 | |
| 16304180 | 2 years ago | | | 0 | 0.0047662390 | |
| 15797397 | 2 years ago | | | 0 | 0.0099361977 | |
| 15797395 | 2 years ago | | | 0 | 0.0095620213 | |
| 15797391 | 2 years ago | | | 0 | 0.0017383666 | |
| 15797391 | 2 years ago | | | 0 | 0.010981770 | |
| 15699643 | 2 years ago | | | 0 | 0.0016232144 | |
| 15699640 | 2 years ago | | | 0 | 0.0015404875 | |
| 15699640 | 2 years ago | | | 0 | 0.0015404875 | |
| 15699640 | 2 years ago | | | 0 | 0.0015934276 |
ABI
ABI objects
Getter at block 21212043
depositCount() view returns (uint256)
1314
initialized() view returns (bool)
true
owner() view returns (address)
0x589f5003331e4c9b3cf9b42edfd39bc0369ba07a
paused() view returns (bool)
false
registry() view returns (address)
0x5b7de2bc7301694f28d18631194765c767989ba7
Read-only
deposits(uint256) view returns (string owner, address tokenAddress, string sidechainAddress, uint256 tokenNumber)
verifySignatures(bytes32 _hash, bytes _signatures) view returns (bool)
withdrawals(uint256) view returns (address owner, address tokenAddress, uint256 tokenNumber)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
depositERC721For(string _user, address _token, uint256 _tokenId) returns (uint256)
initialize()
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateRegistry(address _registry)
withdrawERC721For(uint256 _withdrawalId, address _user, address _token, uint256 _tokenId, bytes _signatures)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
TokenDeposited(uint256 indexed _depositId, address indexed _owner, string _sidechainOwner, address indexed _tokenAddress, string _sidechainAddress, uint256 _tokenNumber)
TokenWithdrew(uint256 indexed _withdrawId, address indexed _owner, address indexed _tokenAddress, uint256 _tokenNumber)
Unpaused()
constructor(address _logic, address admin_, bytes data)
fallback()
receive()
This contract contains no error objects.