Crypto Price Index

Verified contract

Implementation

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

No balances found for "Crypto Price Index"

No transactions found for "Crypto Price Index"


Functions
Getter at block 21001105
blacklistUnlocked(view returns (bool)
false
cap(view returns (uint256)
0
decimals(view returns (uint8)
18
mintingFinished(view returns (bool)
false
name(view returns (string)
Crypto Price Index
owner(view returns (address)
0xbc42f234b6173a288d91fa0342ff0270ba376792
paused(view returns (bool)
false
symbol(view returns (string)
CPI
thisAddr(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
0
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
checkRole(address _operatorstring _roleview 
hasRole(address _operatorstring _roleview returns (bool)
isAutoblocker(address _addressview returns (bool)
isBlacklisted(address _addressview returns (bool)
lockedBalanceLength(address _ownerview returns (uint256)
lockedBalanceOf(address _ownerview returns (uint256)
unlockedBalanceOf(address _ownerview returns (uint256)
State-modifying
addListToAutoblockers(address[] _toAdd
addListToBlacklist(address[] _toAdd
addToAutoblockers(address _toAdd
addToBlacklist(address _toAdd
approve(address _spenderuint256 _valuereturns (bool)
burn(uint256 _amount
consolidateBalance(address _ownerreturns (bool)
decreaseApproval(address _spenderuint256 _subtractedValuereturns (bool success)
finishMinting(returns (bool)
increaseApproval(address _spenderuint256 _addedValuereturns (bool success)
initialize(address _controlleruint256 _cap
mint(address _touint256 _amountreturns (bool)
mintLockedBalance(address _touint256 _amountuint256 _timestampreturns (bool)
pause(
recoverTokensFrom(address _fromuint256 _amountreturns (bool)
removeFromAutoblockers(address _toRemove
removeFromBlacklist(address _toRemove
removeListFromAutoblockers(address[] _toRemove
removeListFromBlacklist(address[] _toRemove
renounceOwnership(
setBlacklistUnlock(bool _newStatus
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferListOfLockedFunds(address _touint256[] _amountsuint256[] _timestampsreturns (bool)
transferListOfLockedFundsFrom(address _fromaddress _touint256[] _amountsuint256[] _timestampsreturns (bool)
transferLockedFunds(address _touint256 _amountuint256 _timestampreturns (bool)
transferLockedFundsFrom(address _fromaddress _touint256 _amountuint256 _timestampreturns (bool)
transferOwnership(address _newOwner
unlockAllFunds(address _ownerreturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed burneruint256 value
Locked(address indexed touint256 amountuint256 timestamp
Mint(address indexed touint256 amount
MintFinished(
OwnershipRenounced(address indexed previousOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
RoleAdded(address indexed operatorstring role
RoleRemoved(address indexed operatorstring role
Transfer(address indexed fromaddress indexed touint256 value
Unpause(
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.