Minter

Verified contract

Active on Base with 4 txns
Deployed by via 0xb79a0261 at 6187009
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Minter"

0xb4c99fecd1eb2561a9796519f5ea52dc2ab5741c18e5d6d1d466c005036dadbd
0x50f5d3518f38d9c69c31ec0b71c947aeccfd483df8e1725bfb276b441eb5fb2c
0x85d0c5e0dc4d54103e440f2da4a88ea98623cd048142bcaa76df37496bf93f68
0x1ca0e5894ad51c248cb589180ca5d083d2be31c7d3202eb39e1063ec70bfa6ea

Functions
Getter at block 22007433
MAX_GROWTH_RATE(view returns (uint256)
300
MAX_TEAM_RATE(view returns (uint256)
100
MAX_WEEKLY_RATE(view returns (uint256)
400000000000000000000
MIN_TAIL_RATE(view returns (uint256)
25000000000000000000
OTOKEN(view returns (address)
0xbe1053ec4ac137c9a5b4462d53d5c2c0b89a2b79
TOKEN(view returns (address)
0x58dd173f30ecffdfebcd242c71241fb2f179e9b9
VTOKEN(view returns (address)
0x60c08737877a5262bdb1c1cac8fb90b5e5b11515
active_period(view returns (uint256)
1730332800
calculate_emission(view returns (uint256)
234814712774993869739
growthRate(view returns (uint256)
200
owner(view returns (address)
0x46e77d8349ba8ae9137b89196a61ffee2c8c64b4
tail(view returns (uint256)
30000000000000000000
team(view returns (address)
0x0cf24278c99d60388dd8a3a663937f1b9f934d09
teamRate(view returns (uint256)
50
voter(view returns (address)
0x756fc5e6bdb26a85594346d7d0520e1c0e492452
weekly(view returns (uint256)
237186578560599868424
weekly_emission(view returns (uint256)
234814712774993869739
Read-only
calculate_growth(uint256 _mintedview returns (uint256)
State-modifying
initialize(
renounceOwnership(
setGrowthRate(uint256 _growthRate
setTailRate(uint256 _tailRate
setTeam(address _team
setTeamRate(uint256 _teamRate
setVoter(address _voter
setWeeklyRate(uint256 _weeklyRate
transferOwnership(address newOwner
update_period(returns (uint256)
Events
Minter__GrowthRateSet(uint256 rate
Minter__Mint(address indexed senderuint256 weekly
Minter__TailRateSet(uint256 rate
Minter__TeamRateSet(uint256 rate
Minter__TeamSet(address indexed account
Minter__VoterSet(address indexed account
Minter__WeeklyRateSet(uint256 rate
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _voteraddress _TOKENaddress _VTOKENaddress _OTOKEN
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Minter__GrowthRateTooHigh(
Minter__InvalidZeroAddress(
Minter__NotAuthorizedGovernance(
Minter__TailRateTooLow(
Minter__TeamRateTooHigh(
Minter__UnathorizedInitializer(
Minter__WeeklyRateTooHigh(