SupermassiveButterHole

Verified contract

Active on Ethereum with 52 txns
Deployed by via 0x52a68ea2 at 16472180
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $17.23
ERC-20
--
0x28f81b546f54b6c64cb664d7649c37603945893d14fc7c66b42efdfa76231a8a
0xb0e2f74b752ec31ec399407183057236713baac6a3ef468aefb1669649d69c58
0x61dee10dede5088cbae5f0e8ba2aec590805f244f25b4266acc286b1e7d2959e
0x5767f6d42073d393804e842090968dc617e4172133dab862bf30aed655a0f634
0x9cfd848432aa7cffc95f9e0f4313a3a4a6bb425671f8610ea24b42ef4f68e14f
0x6d3bfd9476afd05ad4ff9ab0195aa71ba04754026eb307d75ad98b70765398b5
0x4b87751cbd7c1deff4f7d7915b0fef2be090e1e354bcb190ff020afd60e327b3
0x43b9298dda169638fdc526917ab6d69a89ece6b246d1d7bf62d1b9070b7abab4
0xa1c03e6c6dbb526debd8df219464810a6a10f19429e70af021e1749e9baf77bb
0x8ca616286e8df0dc51e9f818d8797103211200011a6bb1e01907af011cf454da

Functions
Getter at block 21124373
EMISSION_INTERVAL(view returns (uint256)
86400
EMISSION_MULTIPLIER(view returns (uint256)
50000
EMISSION_SMOOTHING_INTERVAL(view returns (uint256)
2592000
butter(view returns (address)
0x281d6cc6b48e8eca43a07ee388e1467e946dbe35
canEmit(view returns (bool)
true
emissionMA(view returns (uint104)
22706617344929319204092
galaxy(view returns (address)
0xe74d3fe97f60b2c1fbd2ee2c75d7e78552b68974
keyHash(view returns (bytes32)
0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef
lastEmissionMAUpdateTimestamp(view returns (uint40)
1676808671
lastEmissionTimestamp(view returns (uint40)
1676808671
owner(view returns (address)
0xac4625b359e01c93837bad3e7b1183fef50a3c00
sold(view returns (int104)
26381126569941359644
subId(view returns (uint64)
105
targetPrice(view returns (int256)
1000000000000000
Read-only
_getCompoundedPercentForPrice(int256 priceint256 balanceview returns (int256 logInvPercent)
_getPercentForPrice(int256 priceint256 balanceview returns (int256 percent)
getAmountForPrice(uint256 priceview returns (uint256 amount)
getPrice(uint256 amountview returns (uint256)
getTargetSaleTime(int256 soldview returns (int256)
getVRGDAAmountForPrice(int256 timeSinceStartint256 soldint256 priceview returns (uint256 amount)
getVRGDAPrice(int256 timeSinceStartint256 soldview returns (uint256)
getVRGDAPrice(int256 timeSinceStartint256 soldint256 amountview returns (uint256 price)
State-modifying
forceEmit(
forceEmit(bytes32 keyHash_uint64 subId_
initialize(address butter_address galaxy_bytes32 keyHash_uint64 subId_
mint(address topayable 
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
setButter(address butter_
setGalaxy(address galaxy_
setKeyHash(bytes32 keyHash_
setSubId(uint64 subId_
transferOwnership(address newOwner
withdraw(uint256 amount
Events
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address vrfCoordinatoruint256 emissionIntervaluint256 emissionSmoothingIntervaluint256 emissionMultiplier
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want