Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Calcium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20601056 | 3 months ago | | | 0 | 0.000048038306 | |
| 18387692 | a year ago | | | 0 | 0.00023733580 | |
| 18242402 | a year ago | | | 0 | 0.00091758943 | |
| 18223588 | a year ago | | | 0 | 0.00030671484 | |
| 18220956 | a year ago | | | 0 | 0.00067128123 | |
| 18220912 | a year ago | | | 0 | 0.0011877479 | |
| 18220859 | a year ago | | | 0 | 0.0012282947 | |
| 18220775 | a year ago | | | 0 | 0.0010931216 | |
| 18219269 | a year ago | | | 0 | 0.00097215891 | |
| 18218309 | a year ago | | | 0 | 0.00017079549 |
ABI
ABI objects
Getter at block 21247995
LP() view returns (address)
0xa82c3551a09e77feaf39bafd040a86f2e8f4aa6f
decimals() view returns (uint256)
18
name() view returns (string)
Calcium
owner() view returns (address)
0x34d3119a6b983af8eec6bcebd79bc5a235671b5b
symbol() view returns (string)
CAL
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackAddressList(address[] listAddress, bool isBlackListed) returns (bool success)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
changeAb(bool _ab) returns (bool success)
changeBn(uint256 _bn) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
geryAddressList(address[] listAddress, bool _isGeryListed) returns (bool success)
geryListAddress(address listAddress, bool _isGeryListed) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initToken(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner, address factory, address token1) returns (bool)
mint(address account, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
whiteListAddress(address listAddress, bool _isWhiteListed) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Gerylist(address indexed geryListed, bool value)
Mint(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelist(address indexed WhiteListed, bool value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.