CIPHEREPAY

Verified contract

Active on Ethereum with 934 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"

0xf7573a5b7fecd877cba0b8450e80b6c8e8c77f4ca645bc38c3cb40497e02a2d2
0xffbc5f6438f65f9b4809d475ac35ba6acdeee32f364f0b3417dbaa9e620918e9
0x7c8b2da5be879c0a53ee1f82c8eb2e4ccc8064354f32cd82bff4e3191f5f00a6
0xc2225ed92ae2535647e0c8309e6082027488e5cae7b5b8f3bda7ac42415c8095
0x38928358b4cf1db52a34c0f7291f4f88af0e03460e8b86693d2f4d566a9faea3
0x944b82ade346c07e8b1865c3cb849b588a0e4302ed2ba98325e8ccae4a8bcbc3
0xba6cd254c8b5a48ffde7d09c9ed29b5257a96458662638f55883c68b673438ef
0x7d98bfc8cdf22a9f7228b9aa0792a5d7a98646adf809be81d35a3746d15dafa4
0xbbc8d91523467099429a94ec0b9862c9c26d25370ab3c128901068b401c329c1
0x3b53f46a269ae65217d2b451de7a6e29ad949b8d695e66431df4047233ca11fb

Functions
Getter at block 20855367
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(