CIPHEREPAY

Verified contract

Active on Ethereum with 1,402 txns
Deployed by via 0x5ca16fad at 20256145
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CIPHEREPAY"

0x68b89b1d7e60a18a251dd59612bc6fe5ca509ad3733d332fb8170bd0f288c1b6
0xb1b13b5b149d9b42e7f6e4d67a089eab5248f6268e3b8214844e6afd13fb076e
0x2cc4166cf26e501842314cf2c92841950f0f0b0a002bff79436827f3d2fa6702
0x72989d4f2dd3c0853a0ee73f9385c5f207e1bcd834b875f2ef39e33dd8eece6d
0xd9d894d1186589acdf71fc5ed02c23c772fcb04f67bdafa00e37e9500947afab
0xe573d7644c4cce06403266ed602ed9999266d15dd7d4716ec855c86338d984c9
0x0fb6cbffe2d9192054e67d81d77d8d1db9679fa511a59bff8a813ac218c814fc
0x964ef3c445b7e29a5bd7fc45118aa206b494cab6f0ee0ab31f796bded5685389
0x6b0664d96b343e6cefcf72972656b1c791eb32f3aadd1a159f0398c8b215e6d2
0xd621a53d1b53604c11b621125ca87c61bf6a11696ce0e4ce874a41fb8a0bd2cb

Functions
Getter at block 21386024
CONTRACT_HASH(view returns (bytes32)
0xf818b4d2e1a5f216f7063f61c7046ce799a8d4ecdf519be76fb8a281e25ad065
CONTRACT_NAME(view returns (string)
CipherEpay
VERSION(view returns (string)
defi_v_4
_tTotal(view returns (uint256)
10800000000000000000000000000
decimals(view returns (uint8)
18
deflationBPS(view returns (uint256)
0
documentUri(view returns (string)
https://cipherepay.com
initialDocumentUri(view returns (string)
https://cipherepay.com
initialMaxTokenAmountPerAddress(view returns (uint256)
0
initialSupply(view returns (uint256)
10800000000
initialTokenOwner(view returns (address)
0x4c0e40a09d6a0bebd86c340b53b241059449c28d
isBurnable(view returns (bool)
false
isDeflationary(view returns (bool)
false
isDocumentUriAllowed(view returns (bool)
true
isMaxAmountOfTokensSet(view returns (bool)
false
isMaxSupplySet(view returns (bool)
false
isMintable(view returns (bool)
false
isReflective(view returns (bool)
false
isTaxable(view returns (bool)
false
maxTokenAmountPerAddress(view returns (uint256)
0
maxTotalSupply(view returns (uint256)
0
name(view returns (string)
CIPHEREPAY
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CPAY
tFeeBPS(view returns (uint256)
0
taxAddress(view returns (address)
0x4c0e40a09d6a0bebd86c340b53b241059449c28d
taxBPS(view returns (uint256)
0
totalSupply(view returns (uint256)
10800000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
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
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 CipherEpayERC20ConfigProps customConfigPropsstring newDocumentUriaddress _taxAddressuint256[3] bpsParamsuint256[2] amountParams
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BurningNotEnabled(
DestBalanceExceedsMaxAllowed(address addr
DocumentUriNotAllowed(
ERC20InsufficientBalance(address recipientuint256 fromBalanceuint256 balance
InvalidDecimals(uint8 decimals
InvalidMaxSupplyConfig(
InvalidMaxTokenAmount(uint256 maxTokenAmount
InvalidReflectiveConfig(
InvalidTotalBPS(uint256 bps
MaxTokenAmountNotAllowed(
MaxTokenAmountPerAddrLtPrevious(
MintingNotEnabled(
TokenIsNotDeflationary(
TokenIsNotReflective(
TokenIsNotTaxable(
TotalReflectionTooSmall(
TotalSupplyExceedsMaxAllowedAmount(
ZeroTransferError(