ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 748 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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 6 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17265117 | 2 years ago | | | 0 | 0.0022688769 | |
| 17265116 | 2 years ago | | | 0 | 0.0031881463 | |
| 17236624 | 2 years ago | | | 0 | 0.0035943648 | |
| 17158689 | 2 years ago | | | 0 | 0.026190539 | |
| 17091290 | 2 years ago | | | 0 | 0.015214934 | |
| 17067057 | 2 years ago | | | 0 | 0.0012858051 | |
| 17050567 | 2 years ago | | | 0 | 0.0035283522 | |
| 17028263 | 2 years ago | | | 0.00033898836 | 0.011446518 | |
| 17028251 | 2 years ago | | | 0 | 0.0062430310 | |
| 17028089 | 2 years ago | | | 0 | 0.0099669090 |
ABI
ABI objects
Getter at block 21220357 proxiableUUID() view returns (bytes32)
config() view returns (address weth, address pauserAddress, address magpieRouterAddress, address magpieBridgeAddress, address stargateAddress, address tokenBridgeAddress, address coreBridgeAddress, uint8 consistencyLevel, uint8 networkId)
(weth=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, pauserAddress=0x0dd6f5db21e9cd83409f4df9e2f791748cf5359d, magpieRouterAddress=0xba18a03f9e4226671aaee97b96a7990c6fcfd04c, magpieBridgeAddress=0xa649f8913b8713e5acd193f67956bf1ef00d1054, stargateAddress=0x8731d54e9d02c286767d56ac03e8037c07e01e98, tokenBridgeAddress=0x3ee18b2214aff97000d974cf647e7c347e8fa585, coreBridgeAddress=0x98f3c9e6e3face36baad05fe09d375ef1464288b, consistencyLevel=5, networkId=1)
owner() view returns (address)
0xe5079a2ec0abf19c82749b9e85bdd7f598c979ad
paused() view returns (bool)
false
Read-only
deposits(uint8, bytes32, uint64, address) view returns (uint256)
gasFeeAccumulated(address, address) view returns (uint256)
gasFeeAccumulatedByToken(address) view returns (uint256)
isPauser(address pauser) view returns (bool)
sequences(uint8, uint64) view returns (bool)
State-modifying
Events changePauser(address newPauser)
initialize(struct IMagpieCoreConfig _config)
pause()
renounceOwnership()
renouncePauser()
sgReceive(uint16 senderChainId, bytes stargateBridgeAddress, uint256 nonce, address assetAddress, uint256 amount, bytes payload)
swap(struct IMagpieRouterSwapArgs swapArgs) payable returns (uint256[] amountOuts)
swapIn(struct IMagpieCoreSwapInArgs args) payable returns (uint256[] amountOuts, uint256 depositAmount, uint64 coreSequence, uint64 tokenSequence)
swapOut(struct IMagpieCoreSwapOutArgs args) returns (uint256[] amountOuts)
transferOwnership(address newOwner)
unpause()
updateConfig(struct IMagpieCoreConfig _config)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawGasFee(address tokenAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ConfigUpdated(struct IMagpieCoreConfig config, address caller)
DepositReceived(uint8 networkId, bytes32 senderAddress, uint64 coreSequence, address assetAddress, uint256 amount)
GasFeeWithdraw(address indexed tokenAddress, address indexed owner, uint256 indexed amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserChanged(address indexed previousPauser, address indexed newPauser)
Swapped(struct IMagpieRouterSwapArgs swapArgs, uint256[] amountOuts, address caller)
SwappedIn(struct IMagpieCoreSwapInArgs args, uint256[] amountOuts, uint256 depositAmount, uint8 receipientNetworkId, uint64 coreSequence, uint64 tokenSequence, bytes32 senderAddress, address caller)
SwappedOut(struct IMagpieCoreSwapOutArgs args, uint256[] amountOuts, uint8 senderNetworkId, uint64 coreSequence, bytes32 senderAddress, address caller)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.