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 "CZX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18789337 | a year ago | | | 0 | 0.0024487125 | |
| 18775038 | a year ago | | | 0 | 0.0019958226 | |
| 18775035 | a year ago | | | 0 | 0.0012331595 | |
| 18770906 | a year ago | | | 0 | 0.0025872890 | |
| 18770904 | a year ago | | | 0 | 0.0025576772 | |
| 18770901 | a year ago | | | 0 | 0.0059446151 | |
| 18770711 | a year ago | | | 0 | 0.0044212577 |
ABI
ABI objects
Getter at block 21384032
LP_TOKEN_ADDRESS() view returns (address)
0x2f674eacba5cbd54d1096c44edd60fdd558283fd
UNISWAP_ROUTER_ADDRESS() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
buyLocked() view returns (bool)
true
decimals() view returns (uint8)
18
mainContractAddress() view returns (address)
0x692c8d103038fecb0bfdc84b1f54287564dbbf10
name() view returns (string)
CZX
owner() view returns (address)
0x6040a878fddf406ce646c978992f41fb25972d5a
symbol() view returns (string)
CZX
totalSupply() view returns (uint256)
1000001236630208687832737570
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockBuy()
mint(address to, uint256 amount)
renounceOwnership()
setLPTokenAddress(address lpTokenAddress)
setMainContractAddress(address contractAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockBuy()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address uniswapRouterAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.