Cipher

Verified contract

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

No balances found for "Cipher"

0xa0fae8ac7bc0f5edc567cb3d043dcf866c7b0e80a5a28811735eb1003dde1b38
0x386aa03aaed6e83effc918cd4a2b5b0246b722eb7ecc057e3b23723ee5856e2d
0x9efec9687fb92eeb4f1a2e3a1b016893bf464b8608325bf9ab8d1d9bd02f59c4
0x8a6782720207192344120512a04ae242b5332aa07fad4bb1bdc2bcac596dceb7
0x17a10a16c9dba4e8572c2a0e722e250f528373bb77251c06fdbbe7352729a99a
0x5ce7da6920f6d9c39f7124959b91a3027d48bacc8097823be3b549dad56f1c97
0xa7b8bcd55c74b19bb31884e486c6547c92bbdc2fc93b8b10384305b068bb82ac
0xab70c34b1dbdb8258540e9aaa1fa708116f4152718b9ec5450344d3044ce31af
0xb6a34d6f4fad6f607b4b06ddb2dbc4e22b8083bf579a7a3812f16aa1c8fa0cf2
0x1e2412c08bde3b193404594d90ed004b14c7df03826660065ecdf8f8d8013d5c

Functions
Getter at block 21157319
CONTRACT_HASH(view returns (bytes32)
0x9e357ba11f3a2691eed1f8ea41063cd5e4fecbca611feea0b8fdf93b6d35851a
CONTRACT_NAME(view returns (string)
Cipher
MAX_EXCLUSION_LIMIT(view returns (uint256)
100
MAX_REWARDS_EXCLUSION_LIMIT(view returns (uint256)
100
VERSION(view returns (string)
defi_v_1_fixed_supply
_tTotal(view returns (uint256)
10800000000000000000000000000
decimals(view returns (uint8)
18
deflationBPS(view returns (uint256)
0
documentUri(view returns (string)
test.test
getFeesAndLimitsExclusionList(view returns (address[])
[]
getRewardsExclusionList(view returns (address[])
[]
initialDocumentUri(view returns (string)
https://cipher.com.co
initialMaxTokenAmountPerAddress(view returns (uint256)
0
initialSupply(view returns (uint256)
10800000000
initialTokenOwner(view returns (address)
0xf9170b4a4e23ae820224dd3bd1be33829388903b
isBurnable(view returns (bool)
false
isDeflationary(view returns (bool)
false
isDocumentUriAllowed(view returns (bool)
true
isMaxAmountOfTokensSet(view returns (bool)
false
isReflective(view returns (bool)
false
isTaxable(view returns (bool)
false
maxTokenAmountPerAddress(view returns (uint256)
0
name(view returns (string)
Cipher
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CPR
tFeeBPS(view returns (uint256)
0
taxAddress(view returns (address)
0xf9170b4a4e23ae820224dd3bd1be33829388903b
taxBPS(view returns (uint256)
0
totalSupply(view returns (uint256)
10800000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
feesAndLimitsExcluded(uint256view returns (address)
isFeesAndLimitsExcluded(addressview returns (bool)
rewardsExcluded(uint256view returns (address)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
excludeFromFeesAndLimits(address account
excludeFromRewards(address account
includeInFeesAndLimits(address account
includeInRewards(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setDeflationConfig(uint256 _deflationBPS
setDocumentUri(string newDocumentUri
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount
setReflectionConfig(uint256 _feeBPS
setTaxConfig(address _taxAddressuint256 _taxBPS
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DeflationConfigSet(uint256 indexed _deflationBPS
DocumentUriSet(string newDocUri
ExcludeFromFeesAndLimits(address indexed account
ExcludedFromRewards(address indexed account
IncludedInFeesAndLimits(address indexed account
IncludedInRewards(address indexed account
MaxTokenAmountPerSet(uint256 newMaxTokenAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReflectionConfigSet(uint256 indexed _feeBPS
TaxConfigSet(address indexed _taxAddressuint256 indexed _taxBPS
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialSupplyToSetuint8 decimalsToSetaddress tokenOwnerstruct CipherERC20ConfigProps customConfigPropsstring newDocumentUriaddress _taxAddressuint256[3] bpsParamsuint256[1] amountParams
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExcludedFromFeesAndLimits(
AlreadyExcludedFromRewards(
AlreadyIncludedInFeesAndLimits(
AlreadyIncludedInRewards(
BurningNotEnabled(
DestBalanceExceedsMaxAllowed(address addr
DocumentUriNotAllowed(
ERC20InsufficientBalance(address recipientuint256 fromBalanceuint256 balance
InvalidDecimals(uint8 decimals
InvalidMaxTokenAmount(uint256 maxTokenAmount
InvalidReflectiveConfig(
InvalidTotalBPS(uint256 bps
MaxTokenAmountNotAllowed(
MaxTokenAmountPerAddrLtPrevious(
ReachedMaxExclusionLimit(
ReachedMaxRewardExclusionLimit(
TokenIsNotDeflationary(
TokenIsNotReflective(
TokenIsNotTaxable(
TotalReflectionTooSmall(
ZeroTransferError(