ForeignSwap
Verified contract
Active on
Ethereum with 176 txns
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 "ForeignSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11189281 | 4 years ago | | | 0 | 0.0074974050 | |
| 11186999 | 4 years ago | | | 0 | 0.00062199900 | |
| 11186999 | 4 years ago | | | 0 | 0.012157425 | |
| 11180570 | 4 years ago | | | 0 | 0.0069270906 | |
| 11180352 | 4 years ago | | | 0 | 0.010621354 | |
| 11178986 | 4 years ago | | | 0 | 0.013853580 | |
| 11178737 | 4 years ago | | | 0 | 0.016162510 | |
| 11178131 | 4 years ago | | | 0 | 0.032168592 | |
| 11178093 | 4 years ago | | | 0 | 0.025397570 | |
| 11177938 | 4 years ago | | | 0 | 0.034633950 |
ABI
ABI objects
Getter at block 21211012
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SETTER_ROLE() view returns (bytes32)
0x61c92169ef077349011ff0b1383c894d86c5f0b41d986366b58a6cf31e93beda
auction() view returns (address)
0xaec9912864bfaa4bebc765080cb9c8719a0834c2
bigPayDayPool() view returns (address)
0x1d9844a271b9b4b43599198bc1c6d4b071f4ad56
calculateStepsFromStart() view returns (uint256)
1476
getCurrentClaimedAddresses() view returns (uint256)
162
getCurrentClaimedAmount() view returns (uint256)
2139975932746080660000000000
getTotalSnapshotAddresses() view returns (uint256)
183035
getTotalSnapshotAmount() view returns (uint256)
370121420541683530700000000000
mainToken() view returns (address)
0xda4c5aea122260e70616e979592735f12fe20499
maxClaimAmount() view returns (uint256)
10000000000000000000000000
signerAddress() view returns (address)
0x849d89ffa8f91ff433a3a1d23865d15c8495cc7b
stakePeriod() view returns (uint256)
350
staking() view returns (address)
0xcd5f8dcae34f889e3d9f93f0d281c2d920c46a3e
start() view returns (uint256)
1604301960
stepTimestamp() view returns (uint256)
86400
Read-only
check(uint256 amount, bytes signature) view returns (bool)
claimedBalanceOf(address) view returns (uint256)
getMessageHash(uint256 amount, address account) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getUserClaimableAmountFor(uint256 amount) view returns (uint256, uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events claimFromForeign(uint256 amount, bytes signature) returns (bool)
grantRole(bytes32 role, address account)
init(address _signer, uint256 _stepTimestamp, uint256 _stakePeriod, uint256 _maxClaimAmount, address _mainToken, address _auction, address _staking, address _bigPayDayPool, uint256 _totalSnapshotAmount, uint256 _totalSnapshotAddresses)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensClaimed(address indexed account, uint256 indexed stepsFromStart, uint256 userAmount, uint256 penaltyuAmount)
constructor(address _setter)
This contract contains no fallback and receive objects.
This contract contains no error objects.