Staked ARCx Governance Token
Verified contract
Proxy
Active on
Ethereum with 909 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x548a…2e69
0x1321…b288
0xcd18…8888
0x9334…3508
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARCX | ERC-20 | 1.338879M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046438 | 23 days ago | | | 0 | 0.00036163358 | |
| 19568320 | 7 months ago | | | 0 | 0.0029986774 | |
| 18483741 | a year ago | | | 0 | 0.0010196414 | |
| 17800137 | a year ago | | | 0 | 0.0014641153 | |
| 16535692 | 2 years ago | | | 0 | 0.0011333549 | |
| 16499672 | 2 years ago | | | 0 | 0.0011383305 | |
| 16383720 | 2 years ago | | | 0 | 0.00094838798 | |
| 16296971 | 2 years ago | | | 0 | 0.00078930595 | |
| 16080970 | 2 years ago | | | 0 | 0.00070682907 | |
| 16078911 | 2 years ago | | | 0 | 0.0010361955 |
ABI
ABI objects
Getter at block 21208422
BASE() view returns (uint256)
1000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xfd9c5b30238021ca22d7936665149b0054ae5ef4c8d7d758fe15c45e5f0e3472
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
currentTimestamp() view returns (uint256)
1731858479
decimals() view returns (uint8)
18
exitCooldownDuration() view returns (uint256)
1209600
getAdmin() view returns (address)
0x859a95b2b50c1fc25560a2c6dad5b3d0ba34b6e9
getExchangeRate() view returns (uint256)
1053102886823388858
getProofProtocol() view returns (string)
name() view returns (string)
Staked ARCx Governance Token
passportScoresContract() view returns (address)
0x548ab653a6ab2e54debf05f3a728b602ac1c2e69
proofProtocol() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
sablierContract() view returns (address)
0xcd18eaa163733da39c232722cbc4e8940b1d8888
sablierStreamId() view returns (uint256)
102750
scoreThreshold() view returns (uint256)
0
stakingToken() view returns (address)
0x1321f1f1aa541a56c31682c57b80ecfccd9bb288
symbol() view returns (string)
stARCx
totalSupply() view returns (uint256)
1271365506692723815458399
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cooldowns(address) view returns (uint256)
nonces(address) view returns (uint256)
toStakedToken(uint256 token) view returns (uint256)
toStakingToken(uint256 stTokenAmount) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
claimStreamFunds()
exit()
init(string __name, string __symbol, uint8 __decimals, address _stakingToken, uint256 _exitCooldownDuration, address _sablierContract)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverTokens(uint256 _amount)
setExitCooldownDuration(uint256 _duration)
setPassportScoresContract(address _passportScoresContract)
setProofProtocol(bytes32 _protocol)
setSablierContract(address _sablierContract)
setSablierStreamId(uint256 _sablierStreamId)
setScoreThreshold(uint256 _threshold)
stake(uint256 _amount, struct SapphireTypesScoreProof _proof)
stakeWithPermit(uint256 _amount, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s, struct SapphireTypesScoreProof _proof)
startExitCooldown()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DefiPassportContractSet(address _defiPassportContract)
ExitCooldownDurationSet(uint256 _duration)
ExitCooldownStarted(address indexed _user, uint256 _cooldownEndTimestamp)
Exited(address indexed _user, uint256 _amount)
FundsWithdrawnFromSablier(uint256 _streamId, uint256 _amount)
PassportScoresContractSet(address _passportScoresContract)
ProofProtocolSet(string _protocol)
SablierContractSet(address _sablierContract)
SablierStreamIdSet(uint256 _newStreamId)
ScoreThresholdSet(uint256 _threshold)
Staked(address indexed _user, uint256 _amount)
TokensRecovered(uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.