OlympusHeart
Verified contract
Active on
Ethereum with 899 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6caf…fa59
0xd6c4…282f
0xa90b…491e
0x0ae5…f506
0x44a7…2aaa
Balances ($0.00)
No balances found for "OlympusHeart"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20794046 | 2 months ago | | | 0 | 0.0046117647 | |
| 20791657 | 2 months ago | | | 0 | 0.0053382910 | |
| 20789275 | 2 months ago | | | 0 | 0.0068160523 | |
| 20786887 | 2 months ago | | | 0 | 0.0046839520 | |
| 20784499 | 2 months ago | | | 0 | 0.0045279731 | |
| 20782111 | 2 months ago | | | 0 | 0.0048561040 | |
| 20779724 | 2 months ago | | | 0 | 0.0050281258 | |
| 20777334 | 2 months ago | | | 0 | 0.0025224471 | |
| 20774953 | 2 months ago | | | 0 | 0.0024267058 | |
| 20772571 | 2 months ago | | | 0 | 0.0071221903 |
ABI
ABI objects
Getter at block 21157724
ROLES() view returns (address)
0x6cafd730dc199df73c16420c4fcab18e3afbfa59
active() view returns (bool)
false
auctionDuration() view returns (uint48)
1200
currentReward() view returns (uint256)
40000000000
distributor() view returns (address)
0x44a7a09ccddb4338e062f1a3849f9a82bdbf2aaa
frequency() view returns (uint48)
28800
isActive() view returns (bool)
false
kernel() view returns (address)
0x2286d7f9639e8158fad1169e76d1fbc38247f54b
lastBeat() view returns (uint48)
1726862363
maxReward() view returns (uint256)
40000000000
operator() view returns (address)
0x0ae561226896da978eada0bec4a7d3cfae04f506
requestPermissions() view returns (struct Permissions[] permissions)
[(0x5052494345, 0x86db7df0), (0x4d494e5452, 0x3a56e307), (0x4d494e5452, 0x359fe780)]
Read-only
This contract contains no read-only function objects.
State-modifying
Events activate()
beat()
changeKernel(address newKernel_)
configureDependencies() returns (bytes5[] dependencies)
deactivate()
resetBeat()
setDistributor(address distributor_)
setOperator(address operator_)
setRewardAuctionParams(uint256 maxReward_, uint48 auctionDuration_)
Beat(uint256 timestamp_)
RewardIssued(address to_, uint256 rewardAmount_)
RewardUpdated(uint256 maxRewardAmount_, uint48 auctionDuration_)
constructor(address kernel_, address operator_, address distributor_, uint256 maxReward_, uint48 auctionDuration_)
This contract contains no fallback and receive objects.
Heart_BeatAvailable()
Heart_BeatStopped()
Heart_InvalidParams()
Heart_OutOfCycle()
Heart_WrongModuleVersion(uint8[3] expectedMajors)
KernelAdapter_OnlyKernel(address caller_)
Policy_ModuleDoesNotExist(bytes5 keycode_)
Policy_WrongModuleVersion(bytes expected_)