BRAIN CREDITS
Verified contract
Active on
Ethereum with 5,364 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa9e8…489a
Balances ($0.00)
No balances found for "BRAIN CREDITS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268716 | an hour ago | | | 0 | 0.00041573583 | |
| 21268569 | 2 hours ago | | | 0 | 0.00033286270 | |
| 21268536 | 2 hours ago | | | 0 | 0.0010813273 | |
| 21267943 | 4 hours ago | | | 0 | 0.00064643861 | |
| 21266943 | 7 hours ago | | | 0 | 0.00079476524 | |
| 21265302 | 13 hours ago | | | 0 | 0.00060216375 | |
| 21265287 | 13 hours ago | | | 0 | 0.00088685314 | |
| 21263996 | 17 hours ago | | | 0 | 0.00055162911 | |
| 21263465 | 19 hours ago | | | 0 | 0.00038604458 | |
| 21262399 | a day ago | | | 0 | 0.00037551487 |
ABI
ABI objects
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(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkPepecoinBalanceAndAllowance(address account) view returns (uint256 balance, uint256 allowance)
estimatePrice(uint256 tokenAmount) view returns (uint256 totalPepecoinsRequired)
estimateTokenAmount(uint256 pepecoinsToSpend) view returns (uint256 totalTokensToMint)
getBurnStats(address _address) view returns (uint256 amountBurned, uint256 burnOrder)
getTierPricePerThousand(uint256 tier) view returns (uint256)
pepecoinBurnedBy(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseTotalSupply()
emergencyRefund(address refundAddress)
freezeMinting()
increaseTotalSupply()
mint(uint256 pepecoinsToSpend, uint256 maxPricePerThousandTokens)
renounceOwnership()
setPepecoinAddress(address _pepecoinAddress)
setTotalSupplyAdjuster(address _adjuster)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreezeMinting()
Approval(address indexed owner, address indexed spender, uint256 value)
MintingFrozen()
MintingUnfrozen()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PepecoinsBurned(address indexed burner, uint256 amountBurned, uint256 totalBurnedByAddress, uint256 burnOrder)
TokensMinted(address indexed minter, uint256 tokenAmount, uint256 pepecoinsSpent)
TotalSupplyAdjusterChanged(address adjuster)
TotalSupplyDecreased(uint256 amount)
TotalSupplyIncreased(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)