BRAIN CREDITS

Verified contract

Active on Ethereum with 5,364 txns
Deployed by via 0xcf8dd8d8 at 20931131
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BRAIN CREDITS"

0x705cb7e0003d0c1355cf246621d94cff82154e7ab0245823dd62d0d6009e74b1
0x209246d0bf23cbd9630488a7136b0744c4bf4e31f25bb79d67b427eb8f61e806
0x4b0db3c72bba196b1568b387c64ac7dbb2fe643dafce51e3ff283e93c139e943
0x52e40dc4278b01efa8f8f2f2282fdcbd2d32a70fb6502ffa8f787ae52c5efb0f
0xe886be1375b87d1e05d9920a24e025ff189354e3585eff89e7a92ee239dcf12a
0xff5def0b680929d2d70dc70d4cce8dbb58e675001b010eef60eed5fcf147e6cb
0x4d1733a3357bcec1c06d5dcae40dc0641bb4175f2074e3240def760b1a4e22ea
0x16976d17cf7894701c3c430468831f7390d298e3703bb5e79ef9cdef109bfb5b
0x43e18a78c7b2de885716509329bada00988456b000ddd57e05ba429d773b05b3
0xffb61081b8d8f73c572dbdfff9ef2d618e4aceeeb29f7cca8ac5514d10560bb5

Functions
Getter at block 21269075
SUPPLY(view returns (uint256)
1024000000000000000000000
SUPPLY_HARD_CAP(view returns (uint256)
1024000000000000000000000
basePricePerThousand(view returns (uint256)
1000000000000000000000
brainCreditsPerTier(view returns (uint256)
1000000000000000000000
decimals(view returns (uint8)
18
getCurrentTier(view returns (uint256)
341
mintingFrozen(view returns (bool)
false
name(view returns (string)
BRAIN CREDITS
owner(view returns (address)
0x8caf5b4cb38ba53eecaa45be4ef9cd9d7c0cc057
pepecoin(view returns (address)
0xa9e8acf069c58aec8825542845fd754e41a9489a
priceIncrementPerThousand(view returns (uint256)
200000000000000000000
symbol(view returns (string)
BCRED
totalBurners(view returns (uint256)
1091
totalSupply(view returns (uint256)
341929332720679419543753
totalSupplyAdjuster(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
addressBurnOrder(addressview returns (uint256)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkPepecoinBalanceAndAllowance(address accountview returns (uint256 balanceuint256 allowance)
estimatePrice(uint256 tokenAmountview returns (uint256 totalPepecoinsRequired)
estimateTokenAmount(uint256 pepecoinsToSpendview returns (uint256 totalTokensToMint)
getBurnStats(address _addressview returns (uint256 amountBurneduint256 burnOrder)
getTierPricePerThousand(uint256 tierview returns (uint256)
pepecoinBurnedBy(addressview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
decreaseTotalSupply(
emergencyRefund(address refundAddress
freezeMinting(
increaseTotalSupply(
mint(uint256 pepecoinsToSpenduint256 maxPricePerThousandTokens
renounceOwnership(
setPepecoinAddress(address _pepecoinAddress
setTotalSupplyAdjuster(address _adjuster
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unfreezeMinting(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
MintingFrozen(
MintingUnfrozen(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PepecoinsBurned(address indexed burneruint256 amountBurneduint256 totalBurnedByAddressuint256 burnOrder
TokensMinted(address indexed minteruint256 tokenAmountuint256 pepecoinsSpent
TotalSupplyAdjusterChanged(address adjuster
TotalSupplyDecreased(uint256 amount
TotalSupplyIncreased(uint256 amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account