ForeignSwap
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ForeignSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ForeignSwap"
ABI
ABI objects
Getter at block 21169607 calculateStepsFromStart() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MIGRATOR_ROLE() view returns (bytes32)
0x600e5f1c60beb469a3fa6dd3814a4ae211cc6259a6d033bae218a742f2af01d3
auction() view returns (address)
0x0000000000000000000000000000000000000000
bigPayDayPool() view returns (address)
0x0000000000000000000000000000000000000000
getCurrentClaimedAddresses() view returns (uint256)
0
getCurrentClaimedAmount() view returns (uint256)
0
getTotalSnapshotAddresses() view returns (uint256)
0
getTotalSnapshotAmount() view returns (uint256)
0
init_() view returns (bool)
false
mainToken() view returns (address)
0x0000000000000000000000000000000000000000
maxClaimAmount() view returns (uint256)
0
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
stakePeriod() view returns (uint256)
0
staking() view returns (address)
0x0000000000000000000000000000000000000000
start() view returns (uint256)
0
stepTimestamp() view returns (uint256)
0
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)
initialize(address _manager, address _migrator)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setClaimedBalanceOf(address[] userAddresses, uint256[] amounts)
setStateVariables(uint256 _claimedAmount, uint256 _claimedAddresses, uint256 _start)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.