SkebClaim
Verified contract
Active on
Ethereum with 2,273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0d30…dcde
Balances ($49.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKEB | ERC-20 | 76.76396K | $0.000643 |
$49.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307522 | 2 days ago | | | 0 | 0.00036077640 | |
| 21307521 | 2 days ago | | | 0 | 0.00046260864 | |
| 21299832 | 3 days ago | | | 0 | 0.0015256728 | |
| 21284950 | 5 days ago | | | 0 | 0.0018405497 | |
| 21278951 | 6 days ago | | | 0 | 0.00029429854 | |
| 21278950 | 6 days ago | | | 0 | 0.00032907218 | |
| 21257466 | 9 days ago | | | 0 | 0.00044162161 | |
| 21257465 | 9 days ago | | | 0 | 0.00050686571 | |
| 21233499 | 12 days ago | | | 0 | 0.0017085415 | |
| 21228836 | 13 days ago | | | 0 | 0.0022311588 |
ABI
ABI objects
Getter at block 21321031
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0x4ca6459022e96ac591406da8141b5e9b21c648122d7f0f94007990d12720bb55
currentClaimableId() view returns (uint256)
97
currentTermId() view returns (uint256)
98
getTokenBalance() view returns (uint256)
76763960000000000000000
paused() view returns (bool)
true
skebcoin() view returns (address)
0x6d614686550b9e1c1df4b2cd8f91c9d4df66c810
staking() view returns (address)
0x0d30a2a29fdbd4f1683769cdc3ddb374562adcde
Read-only
createClaimMessage(address user, uint256 amount, uint256 expiry, uint256 termId) pure returns (bytes32)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasAdmin(address _account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isSigner(address signer) view returns (bool)
latestUserTermId(address) view returns (uint256)
recoverSigner(bytes32 _ethSignedMessageHash, bytes _signature) pure returns (address)
splitSignature(bytes sig) pure returns (bytes32 r, bytes32 s, uint8 v)
supportsInterface(bytes4 interfaceId) view returns (bool)
validateSignature(address signer, address user, uint256 amount, uint256 expiry, bytes sig, uint256 termId) pure returns (bool)
verify(address _signer, bytes32 messageHash, bytes signature) pure returns (bool)
State-modifying
Events changeTermId(uint256 newTermId)
claim(address signer, address user, uint256 amount, uint256 expiry, bytes sig)
grantAdmin(address _account)
grantRole(bytes32 role, address account)
grantSigner(address newSigner)
incrementTermId()
pause()
renounceRole(bytes32 role, address account)
revokeAdmin(address _account)
revokeRole(bytes32 role, address account)
revokeSigner(address oldSigner)
unpause()
withdrawToken(uint256 amount)
Paused(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)
Unpaused(address account)
constructor(address _skebcoin, address _staking)
This contract contains no fallback and receive objects.
This contract contains no error objects.