DopamineConfig
Verified contract
Active on
Base with 21 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 "DopamineConfig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18168311 | 4 months ago | | | 0 | 0.000000109276011663 | |
| 18163220 | 4 months ago | | | 0 | 3.9037783e-7 | |
| 18163216 | 4 months ago | | | 0 | 4.2919714e-7 | |
| 18163204 | 4 months ago | | | 0 | 0.000000204002670685 | |
| 18163187 | 4 months ago | | | 0 | 2.2424263e-7 | |
| 18163097 | 4 months ago | | | 0 | 0.000000098621337980 | |
| 18162994 | 4 months ago | | | 0 | 0.000000108332600380 | |
| 18162984 | 4 months ago | | | 0 | 0.000000098621366415 | |
| 18162895 | 4 months ago | | | 0 | 0.000000108332631615 | |
| 17173904 | 5 months ago | | | 0 | 0.000000109276011663 |
ABI
ABI objects
Getter at block 23939422
Dopamine() view returns (address)
0x64a36804a7ad52597a86b2d42ec4643af2556ca0
DopamineAirdrop() view returns (address)
0xd8f92076a914c9f81a46303defc28ec99f52a964
MAIN_LOTTERY_DURATION() view returns (uint256)
600000
MAX_SUB_LOTTERY_PARTICIPANTS() view returns (uint256)
42
ReferralsDB() view returns (address)
0x99df88b4a6455e2c7ef5aa3300a4759d4eba8ab1
SUB_LOTTERY_BACK_PRICE() view returns (uint256)
80
SUB_LOTTERY_BASED_PRICE() view returns (uint256)
80
SUB_LOTTERY_DURATION1() view returns (uint256)
30000
SUB_LOTTERY_DURATION2() view returns (uint256)
30000
SUB_LOTTERY_DURATION3() view returns (uint256)
120000
SUB_LOTTERY_INFL_PRICE() view returns (uint256)
80
SUB_LOTTERY_WINNER_PRICE() view returns (uint256)
600
back() view returns (address)
0xfc4c7aea5ae48103a8813c668e3ebefc4b66c74d
basedFeeRecipient() view returns (address)
0xfc4c7aea5ae48103a8813c668e3ebefc4b66c74d
getBack() view returns (address)
0xfc4c7aea5ae48103a8813c668e3ebefc4b66c74d
getBasedFeeRecipient() view returns (address)
0xfc4c7aea5ae48103a8813c668e3ebefc4b66c74d
getBuyTicketRequiredInfo() view returns (uint256, uint256, address, address)
(42, 600, 0xd8f92076a914c9f81a46303defc28ec99f52a964, 0x99df88b4a6455e2c7ef5aa3300a4759d4eba8ab1)
getDopamine() view returns (address)
0x64a36804a7ad52597a86b2d42ec4643af2556ca0
getDopamineAirdropAddress() view returns (address)
0xd8f92076a914c9f81a46303defc28ec99f52a964
getFeesData() view returns (address, address, uint256, uint256, uint256)
(0xfc4c7aea5ae48103a8813c668e3ebefc4b66c74d, 0xfc4c7aea5ae48103a8813c668e3ebefc4b66c74d, 80, 80, 80)
getLimitOwnershipLevel1() view returns (bool)
false
getLimitOwnershipLevel2() view returns (bool)
false
getLimitOwnershipLevel3() view returns (bool)
false
getLimitOwnershipLevel4() view returns (bool)
false
getLimitOwnershipLevel5() view returns (bool)
false
getLimitOwnershipLevel6() view returns (bool)
false
getLimitOwnershipLevel7() view returns (bool)
false
getMainLotteryDuration() view returns (uint256)
600000
getMaxSubLotteryParticipants() view returns (uint256)
42
getReferralsDB() view returns (address)
0x99df88b4a6455e2c7ef5aa3300a4759d4eba8ab1
getSubLotteryBackPrice() view returns (uint256)
80
getSubLotteryBasedPrice() view returns (uint256)
80
getSubLotteryDuration1() view returns (uint256)
30000
getSubLotteryDuration2() view returns (uint256)
30000
getSubLotteryDuration3() view returns (uint256)
120000
getSubLotteryInflPrice() view returns (uint256)
80
getSubLotteryWinnerPrice() view returns (uint256)
600
limitOwnershipLevel1() view returns (bool)
false
limitOwnershipLevel2() view returns (bool)
false
limitOwnershipLevel3() view returns (bool)
false
limitOwnershipLevel4() view returns (bool)
false
limitOwnershipLevel5() view returns (bool)
false
limitOwnershipLevel6() view returns (bool)
false
limitOwnershipLevel7() view returns (bool)
false
owner() view returns (address)
0xae90d4b9776650d6dc73add61538af3d4bb3322d
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeOwner(address newOwner)
removeOwner()
renounceOwnership()
setBack(address _newBack)
setBasedFeeRecipient(address _newRecipient)
setDopamine(address _newDopamine)
setDopamineAirdrop(address _newDopamineAirdrop)
setLimitOwnershipLevel1(bool _newValue)
setLimitOwnershipLevel2(bool _newValue)
setLimitOwnershipLevel3(bool _newValue)
setLimitOwnershipLevel4(bool _newValue)
setLimitOwnershipLevel5(bool _newValue)
setLimitOwnershipLevel6(bool _newValue)
setLimitOwnershipLevel7(bool _newValue)
setMainLotteryDuration(uint256 _newDuration)
setMaxSubLotteryParticipants(uint256 _newMax)
setReferralsDB(address _newReferralsDB)
setSubLotteryBackPrice(uint256 _newPrice)
setSubLotteryBasedPrice(uint256 _newPrice)
setSubLotteryDuration1(uint256 _newDuration)
setSubLotteryDuration2(uint256 _newDuration)
setSubLotteryDuration3(uint256 _newDuration)
setSubLotteryInflPrice(uint256 _newPrice)
setSubLotteryWinnerPrice(uint256 _newPrice)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)