SwapBridge
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5000…d907
Balances ($0.00)
No balances found for "SwapBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074954 | 20 days ago | | | 0.00051191405 | 0.00033527311 | |
| 21074952 | 20 days ago | | | 0.00051191405 | 0.0022864788 | |
| 20988019 | a month ago | | | 0.00050964981 | 0.0031625483 | |
| 20885701 | 2 months ago | | | 0.00051671171 | 0.0051865743 | |
| 20860362 | 2 months ago | | | 0.00047760336 | 0.0015984062 | |
| 20844356 | 2 months ago | | | 0.00047760336 | 0.0046561817 | |
| 20832872 | 2 months ago | | | 0.00047760336 | 0.0033607516 | |
| 20809011 | 2 months ago | | | 0.00047760336 | 0.0041363147 | |
| 20799807 | 2 months ago | | | 0.00050021912 | 0.0074534996 | |
| 20791866 | 2 months ago | | | 0.00048662529 | 0.0031966786 |
ABI
ABI objects
Getter at block 21216266 quoteForSend() view returns (uint256 nativeFee, uint256 zroFee)
owner() view returns (address)
0xe0d2d6956c1d9fa49c29a69f2e49f5f176aa27fd
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
approveMax(address _token, address _spender)
initialize(address _tokenBridgeAddress, address _swapTarget)
pause()
renounceOwnership()
rescueToken(address _token, address _recipient)
sendToAptos(address _token, uint256 _amount, bytes32 _aptosAddress) payable
swapAndSendToAptos(address _fromToken, uint256 _fromAmount, address _toToken, uint256 _minToAmount, bytes32 _aptosAddress, bytes _swapBytes) payable
transferOwnership(address newOwner)
unpause()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SendToAptos(address token, uint256 amount, bytes32 aptosAddress)
SwapAndSendToAptos(address fromToken, address toToken, uint256 fromAmount, uint256 minToAmount, uint256 toAmount, bytes32 aptosAddress)
Unpaused(address account)
constructor(address _owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyInitialized()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InsufficientOutputAmount()
NothingToRescue()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)