PolyWrapper
Verified contract
Active on
Ethereum with 10,458 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,202.14 |
$0 | |
SDOG | ERC-20 | 10K | $0.00 |
$0 | |
TetherLP.com | ERC-20 | 400 | -- | -- | |
DOWS | ERC-20 | 10 | -- | -- | |
EthMoon | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130747 | 4 days ago | | | 0 | 0.0053270453 | |
| 21116115 | 6 days ago | | | 0 | 0.0014452302 | |
| 21083255 | 10 days ago | | | 0 | 0.0018651991 | |
| 21078718 | 11 days ago | | | 0 | 0.0033166975 | |
| 21071717 | 12 days ago | | | 0 | 0.0031662357 | |
| 21071612 | 12 days ago | | | 0 | 0.0039529114 | |
| 21071543 | 12 days ago | | | 0 | 0.0055449912 | |
| 21071283 | 12 days ago | | | 0 | 0.0023126646 | |
| 21069604 | 12 days ago | | | 0 | 0.0020291178 | |
| 21067584 | 13 days ago | | | 0 | 0.0019984476 |
ABI
ABI objects
Getter at block 21157637
chainId() view returns (uint256)
2
feeCollector() view returns (address)
0x0e860f44d73f9fdbaf5e9b19afc554bf3c8e8a57
isOwner() view returns (bool)
false
maxLockProxyIndex() view returns (uint256)
8
owner() view returns (address)
0x0e860f44d73f9fdbaf5e9b19afc554bf3c8e8a57
paused() view returns (bool)
false
Read-only
getBalanceBatch(address[] assets, address richGuy) view returns (uint256[])
isValidLockProxy(address lockProxy) view returns (bool)
lockProxyIndexMap(uint256) view returns (address)
State-modifying
Events addLockProxy(address _lockProxy)
extractFee(address token)
lock(address fromAsset, uint64 toChainId, bytes toAddress, uint256 amount, uint256 fee, uint256 id) payable
pause()
renounceOwnership()
resetLockProxy(uint256 index, address _lockProxy)
setFeeCollector(address collector)
specifiedLock(address fromAsset, uint64 toChainId, bytes toAddress, uint256 amount, uint256 fee, uint256 id, address lockProxy) payable
speedUp(address fromAsset, bytes txHash, uint256 fee) payable
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PolyWrapperLock(address indexed fromAsset, address indexed sender, uint64 toChainId, bytes toAddress, uint256 net, uint256 fee, uint256 id)
PolyWrapperSpeedUp(address indexed fromAsset, bytes indexed txHash, address indexed sender, uint256 efee)
Unpaused(address account)
constructor(address _owner, uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.