Fraxferry
Verified contract
Active on
Ethereum with 573 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($124,136.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAX | ERC-20 | 124.501621K | $0.997071 |
$124,136.96 | |
$ Evmosia.com | ERC-20 | 7.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001571 | 22 days ago | | | 0 | 0.00078414907 | |
| 20994999 | 23 days ago | | | 0 | 0.0010631957 | |
| 20944345 | a month ago | | | 0 | 0.0012106975 | |
| 20937763 | a month ago | | | 0 | 0.0012253428 | |
| 20846097 | a month ago | | | 0 | 0.00059316660 | |
| 20786692 | 2 months ago | | | 0 | 0.0013845788 | |
| 20786620 | 2 months ago | | | 0 | 0.0012535005 | |
| 20715418 | 2 months ago | | | 0 | 0.00045956497 | |
| 20707858 | 2 months ago | | | 0 | 0.00017067083 | |
| 20701277 | 2 months ago | | | 0 | 0.00033531963 |
ABI
ABI objects
Getter at block 21158701
FEE() view returns (uint256)
5000000000000000000
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)
169
firstOfficer() view returns (address)
0xbb437059584e30598b3af0154472e47e6e2a45b9
noBatches() view returns (uint256)
169
noTransactions() view returns (uint256)
229
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
paused() view returns (bool)
false
targetChain() view returns (uint256)
56
targetToken() view returns (address)
0x90c97f71e18723b0cf0dfa30ee176ab653e89f40
token() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
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)
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 previousFee, uint256 fee)
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.