BribeFactory
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BribeFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18941632 | 10 months ago | | | 0 | 0.0082455780 | |
| 18917465 | a year ago | | | 0 | 0.0034974520 | |
| 18670528 | a year ago | | | 0 | 0.0090683934 | |
| 18267470 | a year ago | | | 0 | 0.0019989280 | |
| 18160352 | a year ago | | | 0 | 0.0022482540 | |
| 18160336 | a year ago | | | 0 | 0.0019982560 | |
| 17621957 | a year ago | | | 0 | 0.0018601760 | |
| 17621952 | a year ago | | | 0 | 0.0094930840 | |
| 17621947 | a year ago | | | 0 | 0.0094926280 | |
| 17621942 | a year ago | | | 0 | 0.0094939960 |
ABI
ABI objects
Getter at block 21211835
MAX_PERIODS() view returns (uint256)
10
MAX_PERIOD_DURATION() view returns (uint256)
2592000
bribeMarketImplementation() view returns (address)
0x0f7983eb3d146477b6c7d4c5aab427d3340db38e
bribeVault() view returns (address)
0xe00fe722e5be7ad45b1a16066e431e47df476cec
owner() view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
createBribeMarket(string _protocol, uint256 _maxPeriods, uint256 _periodDuration) returns (address)
renounceOwnership()
setBribeMarketImplementation(address _implementation)
setBribeVault(address _bribeVault)
transferOwnership(address newOwner)
BribeMarketCreated(address indexed bribeMarket)
BribeMarketImplementationUpdated(address indexed bribeMarketImplementation)
BribeVaultUpdated(address indexed bribeVault)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _implementation, address _bribeVault)
This contract contains no fallback and receive objects.
InvalidMaxPeriod()
InvalidPeriodDuration()
NotAContract()