Calcium2⁺
Verified contract
Active on
Ethereum with 134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CAL2⁺ | ERC-20 | 9.264276M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20255323 | 4 months ago | | | 0 | 0.00016716825 | |
| 19705122 | 7 months ago | | | 0 | 0.00046866517 | |
| 18383062 | a year ago | | | 0 | 0.00032302038 | |
| 18325158 | a year ago | | | 0 | 0.00025213862 | |
| 18289546 | a year ago | | | 0 | 0.00014833784 | |
| 18289507 | a year ago | | | 0 | 0.00026536061 | |
| 18277276 | a year ago | | | 0 | 0.00043041852 | |
| 18273938 | a year ago | | | 0 | 0.00044140961 | |
| 18252010 | a year ago | | | 0 | 0.00030283819 | |
| 18250741 | a year ago | | | 0 | 0.00038830055 |
ABI
ABI objects
Getter at block 21212333
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
1
marketingFeeOnSell() view returns (uint256)
1
marketingWallet() view returns (address)
0xd5b5da891d8cb1c95552309ac5bff0edcf9ecd5d
name() view returns (string)
Calcium2⁺
owner() view returns (address)
0x69f20ea70b362b75fed06a5da481ab5ec05dec4d
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
symbol() view returns (string)
CAL2⁺
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x8a01252a20300ab18b25107553f25c035a53fd8b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
TradingEnabled(bool tradingEnabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.