CULTURAL INDUSTRY BASIC CHAIN
Verified contract
Active on
Ethereum with 7,078 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KIRO | ERC-20 | 100 | $0.00109 |
$0.11 | |
CIB | ERC-20 | 1.27 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18048843 | a year ago | | | 0 | 0.00059658815 | |
| 16930785 | 2 years ago | | | 0 | 0.00084728863 | |
| 16930749 | 2 years ago | | | 0 | 0.0011714259 | |
| 16930749 | 2 years ago | | | 0 | 0.0010310448 | |
| 16930749 | 2 years ago | | | 0 | 0.0011714259 | |
| 15144797 | 2 years ago | | | 0 | 0.0014187930 | |
| 15144521 | 2 years ago | | | 0 | 0.0022380960 | |
| 15096989 | 2 years ago | | | 0 | 0.011310378 | |
| 15096748 | 2 years ago | | | 0 | 0.0037379430 | |
| 13459356 | 3 years ago | | | 0 | 0.0037663560 |
ABI
ABI objects
Getter at block 21271238
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
CULTURAL INDUSTRY BASIC CHAIN
owner() view returns (address)
0x437184ee7746a367ab071f2a6af25221b4120de7
sellPrice() view returns (uint256)
0
symbol() view returns (string)
CIB
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
batchTransfer(address[] _receivers, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.