Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Fraxferry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16365383 | 2 years ago | | | 0 | 0.0018875200 | |
| 16365382 | 2 years ago | | | 0 | 0.0012085600 | |
| 16365381 | 2 years ago | | | 0 | 0.0019130400 | |
| 16365380 | 2 years ago | | | 0 | 0.0019089600 | |
| 16365378 | 2 years ago | | | 0 | 0.0019089600 |
ABI
ABI objects
Getter at block 21118906
FEE_MAX() view returns (uint256)
5000000000000000
FEE_MIN() view returns (uint256)
4000000000000000
FEE_RATE() view returns (uint256)
4
MIN_WAIT_PERIOD_ADD() view returns (uint256)
3600
MIN_WAIT_PERIOD_EXECUTE() view returns (uint256)
79200
REDUCED_DECIMALS() view returns (uint256)
10000000000
captain() view returns (address)
0xbb437059584e30598b3af0154472e47e6e2a45b9
chainid() view returns (uint256)
1
executeIndex() view returns (uint256)
0
firstOfficer() view returns (address)
0xbb437059584e30598b3af0154472e47e6e2a45b9
noBatches() view returns (uint256)
0
noTransactions() view returns (uint256)
0
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
paused() view returns (bool)
false
targetChain() view returns (uint256)
137
targetToken() view returns (address)
0x6d1fdbb266fcc09a16a22016369210a15bb95761
token() view returns (address)
0xac3e018457b222d93114458476f3e3416abbe38f
Read-only
batches(uint256) view returns (uint64 start, uint64 end, uint64 departureTime, uint64 status, bytes32 hash)
cancelled(uint256) view returns (bool)
crewmembers(address) view returns (bool)
getBatchAmount(uint256 start, uint256 end) view returns (uint256 totalAmount)
getBatchData(uint256 start, uint256 end) view returns (struct FraxferryBatchData data)
getNextBatch(uint256 _start, uint256 max) view returns (uint256 start, uint256 end, bytes32 hash)
getTransactionsHash(uint256 start, uint256 end) view returns (bytes32)
transactions(uint256) view returns (address user, uint64 amount, uint32 timestamp)
State-modifying
Events acceptOwnership()
depart(uint256 start, uint256 end, bytes32 hash)
disembark(struct FraxferryBatchData batchData)
disputeBatch(uint256 batchNo, bytes32 hash)
embark(uint256 amount)
embarkWithRecipient(uint256 amount, address recipient)
embarkWithSignature(uint256 _amount, address recipient, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s)
execute(address _to, uint256 _value, bytes _data) returns (bool, bytes)
jettison(uint256 index, bool cancel)
jettisonGroup(uint256[] indexes, bool cancel)
nominateNewOwner(address newOwner)
pause()
removeBatches(uint256 batchNo)
sendTokens(address receiver, uint256 amount)
setCaptain(address newCaptain)
setCrewmember(address crewmember, bool set)
setFee(uint256 _FEE_RATE, uint256 _FEE_MIN, uint256 _FEE_MAX)
setFirstOfficer(address newFirstOfficer)
setMinWaitPeriods(uint256 _MIN_WAIT_PERIOD_ADD, uint256 _MIN_WAIT_PERIOD_EXECUTE)
unPause()
Cancelled(uint256 index, bool cancel)
Depart(uint256 batchNo, uint256 start, uint256 end, bytes32 hash)
Disembark(uint256 start, uint256 end, bytes32 hash)
DisputeBatch(uint256 batchNo, bytes32 hash)
Embark(address indexed sender, uint256 index, uint256 amount, uint256 amountAfterFee, uint256 timestamp)
OwnerChanged(address indexed previousOwner, address indexed newOwner)
OwnerNominated(address indexed newOwner)
Pause(bool paused)
RemoveBatch(uint256 batchNo)
SetCaptain(address indexed previousCaptain, address indexed newCaptain)
SetCrewmember(address indexed crewmember, bool set)
SetFee(uint256 previousFeeRate, uint256 feeRate, uint256 previousFeeMin, uint256 feeMin, uint256 previousFeeMax, uint256 feeMax)
SetFirstOfficer(address indexed previousFirstOfficer, address indexed newFirstOfficer)
SetMinWaitPeriods(uint256 previousMinWaitAdd, uint256 previousMinWaitExecute, uint256 minWaitAdd, uint256 minWaitExecute)
constructor(address _token, uint256 _chainid, address _targetToken, uint256 _targetChain)
This contract contains no fallback and receive objects.
This contract contains no error objects.