OwnableTimedMinter
Verified contract
Active on
Ethereum with 0 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 "OwnableTimedMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OwnableTimedMinter"
ABI
ABI objects
Getter at block 21221152
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x4a4f013dcba6b46103e81e286782135c0dda175e82564e878ae500734753e55e
MAX_MINT_FREQUENCY() view returns (uint256)
2592000
MAX_RATE_LIMIT_PER_SECOND() view returns (uint256)
10000000000000000000000
MIN_MINT_FREQUENCY() view returns (uint256)
3600
buffer() view returns (uint256)
25000000000000000000000000
bufferCap() view returns (uint256)
25000000000000000000000000
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)
0
isTimeEnded() view returns (bool)
true
isTimeStarted() view returns (bool)
true
lastBufferUsedTime() view returns (uint256)
1634951582
mintAmount() view returns (uint256)
25000000000000000000000000
owner() view returns (address)
0xbc9c084a12678ef5b516561df902fdc426d95483
paused() view returns (bool)
false
rateLimitPerSecond() view returns (uint256)
41335978835978835978
remainingTime() view returns (uint256)
0
startTime() view returns (uint256)
1634951582
target() view returns (address)
0xbc9c084a12678ef5b516561df902fdc426d95483
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()
renounceOwnership()
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
setFrequency(uint256 newFrequency)
setIncentiveAmount(uint256 newIncentiveAmount)
setMintAmount(uint256 newMintAmount)
setRateLimitPerSecond(uint256 newRateLimitPerSecond)
setTarget(address newTarget)
setbufferCap(uint256 newBufferCap)
transferOwnership(address newOwner)
unpause()
BufferCapUpdate(uint256 oldBufferCap, uint256 newBufferCap)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RateLimitPerSecondUpdate(uint256 oldRateLimitPerSecond, uint256 newRateLimitPerSecond)
TargetUpdate(address oldTarget, address newTarget)
TimerReset(uint256 startTime)
Unpaused(address account)
constructor(address _core, address _owner, uint256 _frequency, uint256 _initialMintAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.