SynthetixBridgeToOptimism
Verified contract
Active on
Ethereum with 4,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e3b…3ef2
Balances ($288,995.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 130.178K | $2.22 |
$288,995.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267640 | a day ago | | | 0 | 0.0047446461 | |
| 21261087 | 2 days ago | | | 0 | 0.0054431925 | |
| 21242967 | 5 days ago | | | 0 | 0.0048948076 | |
| 21229762 | 6 days ago | | | 0 | 0.0066124188 | |
| 21142659 | 19 days ago | | | 0 | 0.0072475650 | |
| 21137296 | 19 days ago | | | 0 | 0.0097526783 | |
| 21125396 | 21 days ago | | | 0 | 0.0078591218 | |
| 21072397 | a month ago | | | 0 | 0.0082283092 | |
| 21072033 | a month ago | | | 0 | 0.0030774362 | |
| 21071906 | a month ago | | | 0 | 0.0072808006 |
ABI
ABI objects
Getter at block 21276307 isResolverCached() view returns (bool) synthTransferReceived() view returns (uint256) synthTransferSent() view returns (uint256)
CONTRACT_NAME() pure returns (bytes32)
0x53796e746865746978427269646765546f4f7074696d69736d00000000000000
initiationActive() view returns (bool)
true
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
resolver() view returns (address)
0x4e3b31eb0e5cb73641ee1e65e7dcefe520ba3ef2
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x466c657869626c6553746f726167650000000000000000000000000000000000, 0x6578743a4d657373656e67657200000000000000000000000000000000000000, 0x53796e7468657469780000000000000000000000000000000000000000000000, 0x526577617264457363726f775632000000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x466565506f6f6c00000000000000000000000000000000000000000000000000, 0x466c657869626c6553746f726167650000000000000000000000000000000000, 0x45786368616e6765526174657300000000000000000000000000000000000000, 0x53797374656d5374617475730000000000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x52657761726473446973747269627574696f6e00000000000000000000000000, 0x6f766d3a53796e746865746978427269646765546f4261736500000000000000, 0x53796e746865746978427269646765457363726f770000000000000000000000]
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
closeFeePeriod(uint256 snxBackedAmount, uint256 totalDebtShares)
deposit(uint256 amount)
depositAndMigrateEscrow(uint256 depositAmount, uint256[][] entryIDs)
depositReward(uint256 amount)
depositTo(address to, uint256 amount)
finalizeSynthTransfer(bytes32 currencyKey, address destination, uint256 amount)
finalizeWithdrawal(address to, uint256 amount)
forwardTokensToEscrow(address token)
initiateSynthTransfer(bytes32 currencyKey, address destination, uint256 amount)
migrateEscrow(uint256[][] entryIDs)
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 amount)
rebuildCache()
resumeInitiation()
suspendInitiation()
CacheUpdated(bytes32 name, address destination)
DepositInitiated(address indexed _from, address _to, uint256 _amount)
ExportedVestingEntries(address indexed account, uint256 escrowedAccountBalance, struct VestingEntriesVestingEntry[] vestingEntries)
FeePeriodClosed(uint256 snxBackedDebt, uint256 totalDebtShares)
FinalizeSynthTransfer(bytes32 indexed currencyKey, address indexed destination, uint256 amount)
InitiateSynthTransfer(bytes32 indexed currencyKey, address indexed destination, uint256 amount)
InitiationResumed()
InitiationSuspended()
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RewardDepositInitiated(address indexed account, uint256 amount)
WithdrawalFinalized(address indexed _to, uint256 _amount)
constructor(address _owner, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.