ERC20Locker
Verified contract
Active on
Ethereum with 62,653 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($199,648,242.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AURORA | ERC-20 | 862.701313M | $0.143715 |
$123,983,119.25 | |
USDC | ERC-20 | 36.550763M | $1.00 |
$36,550,762.81 | |
USDT | ERC-20 | 11.498209M | $1.001 |
$11,509,707.47 | |
UWON | ERC-20 | 9.211681M | $0.922008 |
$8,493,243.22 | |
FRAX | ERC-20 | 5.410001M | $0.996588 |
$5,391,542.43 | |
WBTC | ERC-20 | 51.414145 | $79,472.00 |
$4,085,984.97 | |
OCT | ERC-20 | 27.717874M | $0.116919 |
$3,240,746.07 | |
DAI | ERC-20 | 2.109365M | $1.00 |
$2,109,364.6 | |
PULSE | ERC-20 | 95.345186M | $0.019218 |
$1,832,390.5 | |
PLY | ERC-20 | 8.110529B | $0.000067 |
$547,136.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156947 | an hour ago | | | 0 | 0.00061670402 | |
| 21155149 | 7 hours ago | | | 0 | 0.00078067205 | |
| 21154979 | 8 hours ago | | | 0 | 0.00047374100 | |
| 21153455 | 13 hours ago | | | 0 | 0.00097635779 | |
| 21152795 | 15 hours ago | | | 0 | 0.00054491050 | |
| 21152614 | 16 hours ago | | | 0 | 0.00049225988 | |
| 21152513 | 16 hours ago | | | 0 | 0.00048506024 | |
| 21152437 | 16 hours ago | | | 0 | 0.00054717561 | |
| 21152302 | 17 hours ago | | | 0 | 0.00047065712 | |
| 21152206 | 17 hours ago | | | 0 | 0.0039668714 |
ABI
ABI objects
Getter at block 21157358
admin() view returns (address)
0x2468603819bf09ed3fb6f3efeff24b1955f3cde1
minBlockAcceptanceHeight_() view returns (uint64)
0
nearTokenFactory_() view returns (bytes)
0x666163746f72792e6272696467652e6e656172
paused() view returns (uint256)
0
prover_() view returns (address)
0x051ad3f020274910065dcb421629cd2e6e5b46c4
Read-only
tokenFallback(address _from, uint256 _value, bytes _data) pure
usedProofs_(bytes32) view returns (bool)
State-modifying
Events adminDelegatecall(address target, bytes data) payable returns (bytes)
adminPause(uint256 flags)
adminReceiveEth() payable
adminSendEth(address destination, uint256 amount)
adminSstore(uint256 key, uint256 value)
adminTransfer(address token, address destination, uint256 amount)
lockToken(address ethToken, uint256 amount, string accountId)
unlockToken(bytes proofData, uint64 proofBlockHeight)
Locked(address indexed token, address indexed sender, uint256 amount, string accountId)
Unlocked(uint128 amount, address recipient)
constructor(bytes nearTokenFactory, address prover, uint64 minBlockAcceptanceHeight, address _admin, uint256 pausedFlags)
This contract contains no fallback and receive objects.
This contract contains no error objects.