TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 268,189 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0abd…ed89
0x1a50…b812
0x4b50…acad
Balances ($4,114.50)
Native
Value
$3.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000999 | $3,351.36 |
$3.35 | |
STRNGR | ERC-20 | 5.003148K | $0.8202 |
$4,103.58 | |
WETH | ERC-20 | 0.002257 | $3,354.78 |
$7.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257377 | 14 minutes ago | | | 0.0031102362 | 0.00064287986 | |
| 21257374 | 15 minutes ago | | | 0.0031102362 | 0.00067616922 | |
| 21257371 | 15 minutes ago | | | 0.0031102362 | 0.00068462751 | |
| 21257328 | 24 minutes ago | | | 0.0031102362 | 0.00064905942 | |
| 21257322 | 25 minutes ago | | | 0.0031102362 | 0.00068890956 | |
| 21249617 | a day ago | | | 0.0031102362 | 0.00091882331 | |
| 21237717 | 3 days ago | | | 0.26094598 | 0.043674982 | |
| 21235841 | 3 days ago | | | 0.0031102362 | 0.0012057696 | |
| 21234289 | 3 days ago | | | 0.015551181 | 0.0027476498 | |
| 21234274 | 3 days ago | | | 0.015551181 | 0.0032632749 |
ABI
ABI objects
Getter at block 21257444
NODE_TYPE_FEE_CLAIMING_DENOMINATOR() view returns (uint256)
6
NODE_TYPE_FEE_CLAIMING_NUMERATOR() view returns (uint256)
5
NODE_TYPE_FEE_CREATE() view returns (uint256)
3
NODE_TYPE_FEE_RECURRING() view returns (uint256)
4
NODE_TYPE_FEE_STRONG() view returns (uint256)
2
NODE_TYPE_GRACE_PERIOD_SECONDS() view returns (uint256)
8
NODE_TYPE_NODES_LIMIT() view returns (uint256)
10
NODE_TYPE_PAY_CYCLES_LIMIT() view returns (uint256)
9
NODE_TYPE_RECURRING_CYCLE_SECONDS() view returns (uint256)
7
NODE_TYPE_REWARD_BASE_RATE() view returns (uint256)
0
NODE_TYPE_REWARD_DECAY_FACTOR() view returns (uint256)
1
adminControl() view returns (address)
0x0abd6ec1f7f47772c111902499a6f4ff1f9aed89
feeCollector() view returns (address)
0x4b5057b2c87ec9e7c047fb00c0e406dff2fdacad
getRewardBalance() view returns (uint256)
5003147836387953173676
nodesLimit() view returns (uint256)
100
strongNFTBonus() view returns (address)
0x1a50be5dc5dd721f3e337816b23002c9c5e4b812
strongToken() view returns (address)
0xdc0327d50e6c73db2f8117760592c8bbf1cdcf38
takeStrongBips() view returns (uint256)
10000
totalNodes() view returns (uint256)
57698
Read-only
calcDecayedReward(uint256 _baseRate, uint256 _decayFactor, uint256 _minutesPassed) pure returns (uint256)
canNodeBePaid(address _entity, uint256 _nodeId) view returns (bool)
doesNodeExist(address _entity, uint256 _nodeId) view returns (bool)
entityCreditUsed(address) view returns (uint256)
entityNodeCount(address) view returns (uint256)
entityNodeCreatedAt(bytes) view returns (uint256)
entityNodeLastClaimedAt(bytes) view returns (uint256)
entityNodeLastPaidAt(bytes) view returns (uint256)
entityNodeType(bytes) view returns (uint256)
entityNodeTypeCount(address, uint256) view returns (uint256)
getClaimingFeeDenominator(uint256 _nodeType) view returns (uint256)
getClaimingFeeNumerator(uint256 _nodeType) view returns (uint256)
getCreatingFeeInWei(uint256 _nodeType) view returns (uint256)
getEntityCreditAvailable(address _entity, uint256 _timestamp) view returns (uint256)
getEntityRewards(address _entity, uint256 _timestamp) view returns (uint256)
getGracePeriod(uint256 _nodeType) view returns (uint256)
getNftBonusAt(address _entity, uint256 _nodeId, uint256 _timestamp) view returns (uint256)
getNftBonusValue(uint256 _nodeType, string _bonusName) view returns (uint256)
getNodeClaimingFee(address _entity, uint256 _nodeId, uint256 _timestamp) view returns (uint256)
getNodeId(address _entity, uint256 _nodeId) view returns (bytes)
getNodePaidOn(address _entity, uint256 _nodeId) view returns (uint256)
getNodeRecurringFee(address _entity, uint256 _nodeId) view returns (uint256)
getNodeReward(address _entity, uint256 _nodeId) view returns (uint256)
getNodeType(address _entity, uint256 _nodeId) view returns (uint256)
getNodesClaimingFee(address _entity, uint256 _timestamp, uint256 _fromNode, uint256 _toNode) view returns (uint256)
getNodesLimit(uint256 _nodeType) view returns (uint256)
getNodesRecurringFee(address _entity, uint256 _fromNode, uint256 _toNode) view returns (uint256)
getPayCyclesLimit(uint256 _nodeType) view returns (uint256)
getRecurringFeeInWei(uint256 _nodeType) view returns (uint256)
getRecurringPaymentCycle(uint256 _nodeType) view returns (uint256)
getRewardAt(address _entity, uint256 _nodeId, uint256 _timestamp) view returns (uint256)
getRewardBaseRate(uint256 _nodeType) view returns (uint256)
getRewardDecayFactor(uint256 _nodeType) view returns (uint256)
getStrongFeeInWei(uint256 _nodeType) view returns (uint256)
hasMaxPayments(address _entity, uint256 _nodeId) view returns (bool)
hasNodeExpired(address _entity, uint256 _nodeId) view returns (bool)
isNodePastDue(address _entity, uint256 _nodeId) view returns (bool)
nodeTypeActive(uint256) view returns (bool)
nodeTypeHasSettings(uint256) view returns (bool)
nodeTypeNFTBonus(uint256, string) view returns (uint256)
nodeTypeSettings(uint256, uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAdminControlContract(address _contract)
approveStrongPool(address _strongPool, uint256 _amount)
claim(uint256 _nodeId, uint256 _timestamp, address _toStrongPool) payable returns (uint256)
claimAll(uint256 _timestamp, address _toStrongPool, uint256 _fromNode, uint256 _toNode) payable
createNode(uint256 _nodeType, bool _useCredit) payable
deposit(uint256 _amount)
init(address _strongToken, address _strongNFTBonus, address _feeCollector)
migrateNode(address _entity, uint256 _nodeType, uint256 _lastPaidAt) returns (uint256)
pay(uint256 _nodeId) payable returns (uint256)
payAll(uint256 _fromNode, uint256 _toNode) payable
setFeeCollector(address _feeCollector)
setNFTBonusContract(address _contract)
setNodeTypeActive(uint256 _nodeType, bool _active)
setNodeTypeHasSettings(uint256 _nodeType, bool _hasSettings)
setNodeTypeNFTBonus(uint256 _nodeType, string _bonusName, uint256 _value)
setNodeTypeSetting(uint256 _nodeType, uint256 _settingId, uint256 _value)
setNodesLimit(uint256 _limit)
setServiceContractEnabled(address _contract, bool _enabled)
setTakeStrongBips(uint256 _bips)
setTokenContract(address tokenAddress)
withdraw(address _destination, uint256 _amount)
withdrawToken(address token, address recipient, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed entity, uint256 nodeId, uint256 reward)
Created(address indexed entity, uint256 nodeType, uint256 nodeId, bool usedCredit, uint256 timestamp)
MigratedFromService(address indexed service, address indexed entity, uint256 nodeType, uint256 nodeId, uint256 lastPaidAt)
Paid(address indexed entity, uint256 nodeType, uint256 nodeId, uint256 timestamp)
SetFeeCollector(address collector)
SetNFTBonusContract(address strongNFTBonus)
SetNodeTypeActive(uint256 nodeType, bool active)
SetNodeTypeHasSettings(uint256 nodeType, bool hasSettings)
SetNodeTypeNFTBonus(uint256 nodeType, string bonusName, uint256 value)
SetNodeTypeSetting(uint256 nodeType, uint256 settingId, uint256 value)
SetNodesLimit(uint256 limit)
SetServiceContractEnabled(address service, bool enabled)
SetTakeStrongBips(uint256 bips)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.