PCVEquityMinter
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff6f…d257
Balances ($0.00)
No balances found for "PCVEquityMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13782240 | 3 years ago | | | 0 | 0.19091119 | |
| 13738233 | 3 years ago | | | 0 | 0.98047225 | |
| 13738209 | 3 years ago | | | 0 | 1.5987916 | |
| 13694297 | 3 years ago | | | 0 | 0.19087108 | |
| 13650049 | 3 years ago | | | 0 | 0.19499944 | |
| 13605771 | 3 years ago | | | 0 | 0.21764815 |
ABI
ABI objects
Getter at block 21221212 mintAmount() view returns (uint256)
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x4a4f013dcba6b46103e81e286782135c0dda175e82564e878ae500734753e55e
MAX_APR_BASIS_POINTS() view returns (uint256)
5000
MAX_MINT_FREQUENCY() view returns (uint256)
2592000
MAX_RATE_LIMIT_PER_SECOND() view returns (uint256)
10000000000000000000000
MIN_MINT_FREQUENCY() view returns (uint256)
3600
aprBasisPoints() view returns (uint256)
2000
buffer() view returns (uint256)
15121000000000000000000000
bufferCap() view returns (uint256)
15121000000000000000000000
collateralizationOracle() view returns (address)
0xff6f59333cfd8f4ebc14ad0a0e181a83e655d257
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
doPartialAction() view returns (bool)
true
duration() view returns (uint256)
604800
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
incentiveAmount() view returns (uint256)
1000000000000000000000
isTimeEnded() view returns (bool)
true
isTimeStarted() view returns (bool)
true
lastBufferUsedTime() view returns (uint256)
1643536752
paused() view returns (bool)
true
rateLimitPerSecond() view returns (uint256)
25001653439153439153
remainingTime() view returns (uint256)
0
startTime() view returns (uint256)
1643536752
target() view returns (address)
0xc05faf6c5c4bc1bd841adfc92b3d3f20180f26e8
timeSinceStart() view returns (uint256)
604800
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events mint()
pause()
setAPRBasisPoints(uint256 newAprBasisPoints)
setBufferCap(uint256 newBufferCap)
setCollateralizationOracle(address newCollateralizationOracle)
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
setFrequency(uint256 newFrequency)
setIncentiveAmount(uint256 newIncentiveAmount)
setMintAmount(uint256 newMintAmount)
setRateLimitPerSecond(uint256 newRateLimitPerSecond)
setTarget(address newTarget)
unpause()
APRUpdate(uint256 oldAprBasisPoints, uint256 newAprBasisPoints)
BufferCapUpdate(uint256 oldBufferCap, uint256 newBufferCap)
BufferUsed(uint256 amountUsed, uint256 bufferRemaining)
CollateralizationOracleUpdate(address oldCollateralizationOracle, address newCollateralizationOracle)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
DurationUpdate(uint256 oldDuration, uint256 newDuration)
FeiMinting(address indexed caller, uint256 feiAmount)
IncentiveUpdate(uint256 oldIncentiveAmount, uint256 newIncentiveAmount)
MintAmountUpdate(uint256 oldMintAmount, uint256 newMintAmount)
Paused(address account)
RateLimitPerSecondUpdate(uint256 oldRateLimitPerSecond, uint256 newRateLimitPerSecond)
TargetUpdate(address oldTarget, address newTarget)
TimerReset(uint256 startTime)
Unpaused(address account)
constructor(address _core, address _target, uint256 _incentive, uint256 _frequency, address _collateralizationOracle, uint256 _aprBasisPoints, uint256 _maxAPRBasisPoints, uint256 _feiMintingLimitPerSecond)
This contract contains no fallback and receive objects.
This contract contains no error objects.