AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3,303 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x7a25…488d
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.173176 | -- | -- | |
RCORE | ERC-20 | 0.008619 | -- | -- | |
UNI-V2 | ERC-20 | 0.003954 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21011286 | 20 days ago | | | 0 | 0.00046297562 | |
| 20996808 | 22 days ago | | | 0 | 0.0020992246 | |
| 20996017 | 23 days ago | | | 0 | 0.00049121382 | |
| 20987257 | 24 days ago | | | 0 | 0.0011853698 | |
| 20787630 | 2 months ago | | | 0 | 0.0014018214 | |
| 20673393 | 2 months ago | | | 0 | 0.000060435787 | |
| 20673370 | 2 months ago | | | 0 | 0.000029484937 | |
| 20673363 | 2 months ago | | | 0 | 0.000037061268 | |
| 20649789 | 2 months ago | | | 0 | 0.000043132202 | |
| 20649714 | 2 months ago | | | 0 | 0.000037730042 |
ABI
ABI objects
Getter at block 21157781 getSecondsLeftInLiquidityGenerationEvent() view returns (uint256) liquidityGenerationParticipationAgreement() view returns (string)
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
LPGenerationCompleted() view returns (bool)
true
contractStartTimestamp() view returns (uint256)
1602601033
decimals() view returns (uint8)
18
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
feeDistributor() view returns (address)
0xec02aea8ed9f80d9919703e239a7fa83040360aa
liquidityGenerationOngoing() view returns (bool)
false
name() view returns (string)
rcore.finance
owner() view returns (address)
0x03c49c2ee798f2cab9ca2151cd8651eff157cb5b
pairETH() view returns (address)
0x93e7dec988e24b08cc1606061b232deeb80ffbf8
pairETH_LP1ETH() view returns (uint256)
1731762204583025089
pairRMPL() view returns (address)
0x76f4500a099ec231abc9708313ffeff671248ec1
pairRMPL_LP1RMPL() view returns (uint256)
3914862881095
rmpl() view returns (address)
0xe17f017475a709de58e976081eb916081ff4c9d5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
RCORE
totalETHContributed() view returns (uint256)
1500500000000000000000
totalRMPLContributed() view returns (uint256)
293615787099997
totalSupply() view returns (uint256)
1620987679796631963523
transferCheckerAddress() view returns (address)
0x470a3d64ea228f4ea59e725999faacbcdd63355e
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
ethContributed(address) view returns (uint256)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
rmplContributed(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addLiquidityETH(bool agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement) payable
addLiquidityRMPL(bool agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
claimLPTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
emergencyDrain24hAfterLiquidityGenerationEventIsDone()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address router, address rmpl, uint256 lgeDurationSeconds)
renounceOwnership()
setFeeDistributor(address _feeDistributor)
setShouldTransferChecker(address _transferCheckerAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferLiquidityToUniswap()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
LPTokenClaimed(address dst, uint256 value)
LiquidityAdditionETH(address indexed dst, uint256 value)
LiquidityAdditionRMPL(address indexed dst, uint256 value)
Log(string log)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.