CAIZCOIN
Verified contract
Active on
Ethereum with 6,839 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($871.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 631.052049 | $0.997704 |
$629.6 | |
USDT | ERC-20 | 242 | $0.999199 |
$241.81 | |
CAIZ | ERC-20 | 11.283264K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124334 | 7 days ago | | | 0 | 0.00022836065 | |
| 21124325 | 7 days ago | | | 0 | 0.00033954203 | |
| 21122714 | 7 days ago | | | 0 | 0.00051780572 | |
| 21097348 | 11 days ago | | | 0 | 0.00014511393 | |
| 21097321 | 11 days ago | | | 0 | 0.00021987870 | |
| 20984210 | a month ago | | | 0 | 0.0011775656 | |
| 20978477 | a month ago | | | 0 | 0.00054826598 | |
| 20926636 | a month ago | | | 0 | 0.00029210819 | |
| 20926634 | a month ago | | | 0 | 0.00030267649 | |
| 20926632 | a month ago | | | 0 | 0.00030732483 |
ABI
ABI objects
Getter at block 21173082
DENOMINATOR() view returns (uint256)
10000
RATE() view returns (uint256)
1280000
_totalSupply() view returns (uint256)
999999999000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
CAIZCOIN
owner() view returns (address)
0x98ea9f3366ca729e38a9f7c998dd29eb80889744
symbol() view returns (string)
CAIZ
totalSupply() view returns (uint256)
999999999000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
buyTokens() payable
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeICO()
stopICO()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeRate(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.