DepositManager
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "DepositManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17984315 | a year ago | | | 0 | 0.0010815507 |
ABI
ABI objects
Getter at block 21275080
childChain() view returns (address)
0x0000000000000000000000000000000000000000
governance() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
locked() view returns (bool)
false
maxErc20Deposit() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x80cc222ea02f4334f67e9e55e7412fed62599004
registry() view returns (address)
0x0000000000000000000000000000000000000000
rootChain() view returns (address)
0x0000000000000000000000000000000000000000
stateSender() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
deposits(uint256) view returns (bytes32 depositHash, uint256 createdAt)
State-modifying
Events depositBulk(address[] _tokens, uint256[] _amountOrTokens, address _user)
depositERC20(address _token, uint256 _amount)
depositERC20ForUser(address _token, address _user, uint256 _amount)
depositERC721(address _token, uint256 _tokenId)
depositERC721ForUser(address _token, address _user, uint256 _tokenId)
depositEther() payable
lock()
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
transferAssets(address _token, address _user, uint256 _amountOrNFTId)
transferOwnership(address newOwner)
unlock()
updateChildChainAndStateSender()
updateMaxErc20Deposit(uint256 maxDepositAmount)
updateRootChain(address _rootChain)
MaxErc20DepositUpdate(uint256 indexed oldLimit, uint256 indexed newLimit)
NewDepositBlock(address indexed owner, address indexed token, uint256 amountOrNFTId, uint256 depositBlockId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
This contract contains no error objects.