ColletrixToken
Verified contract
Active on
Ethereum with 11,228 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42.73)
Native
Value
$42.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.013688 | $3,121.71 |
$42.73 | |
CIPX | ERC-20 | 1.499K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12695676 | 3 years ago | | | 0 | 0.00014681600 | |
| 12403302 | 4 years ago | | | 0 | 0.0036611032 | |
| 12403284 | 4 years ago | | | 0 | 0.0035429476 | |
| 12403249 | 4 years ago | | | 0 | 0.0035827560 | |
| 12346036 | 4 years ago | | | 0 | 0.0011146352 | |
| 12346016 | 4 years ago | | | 0 | 0.0017005446 | |
| 12335168 | 4 years ago | | | 0.013688261 | 0.0010730400 | |
| 12297829 | 4 years ago | | | 0 | 0.0045189296 | |
| 12257289 | 4 years ago | | | 0 | 0.0054916549 | |
| 12235877 | 4 years ago | | | 0 | 0.0061946599 |
ABI
ABI objects
Getter at block 21162491
INITIAL_SUPPLY() view returns (uint256)
20000000000000000000000
MAX_SUPPLY() view returns (uint256)
20000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
ColletrixToken
owner() view returns (address)
0xd444f16c24f6969c782d8b1655cd868fa09a0748
symbol() view returns (string)
CIPX
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintNew(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH(address toAddress, uint256 amount)
withdrawToken(address toAddress, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.