CHIP Utility Token
Verified contract
Active on
Ethereum with 306 txns
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 "CHIP Utility Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14236654 | 3 years ago | | | 0 | 0.0066985148 | |
| 14182911 | 3 years ago | | | 0 | 0.0080004320 | |
| 14176928 | 3 years ago | | | 0 | 0.0093454726 | |
| 14173560 | 3 years ago | | | 0 | 0.0034298267 | |
| 14139771 | 3 years ago | | | 0 | 0.0082298646 | |
| 13377642 | 3 years ago | | | 0 | 0.0059300548 | |
| 13375729 | 3 years ago | | | 0 | 0.0099854914 | |
| 13364250 | 3 years ago | | | 0 | 0.0094647841 | |
| 13352518 | 3 years ago | | | 0 | 0.0090418520 | |
| 13331865 | 3 years ago | | | 0 | 0.0026199030 |
ABI
ABI objects
Getter at block 21160620
decimals() view returns (uint256)
6
name() view returns (string)
CHIP Utility Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x19f697ba6e7d5bcdcfa3d6f9225d8b7d494b8c95
serviceContractAddress() view returns (address)
0x874e1b98eb3150530dc410bb1512f032aecf0a27
symbol() view returns (string)
CHIP
totalOutstanding() view returns (uint256)
100045000000000
totalSupply() view returns (uint256)
100046812000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _tokenOwner) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _amount) returns (bool)
approveAndCall(address _spender, uint256 _amount, bytes _data) returns (bool)
mint(uint256 _newTokens)
setServiceContractAddress(address _setAddress)
transfer(address _to, uint256 _amount) returns (bool)
transferAnyERC20Token(address _fromTokenContract, uint256 _amount) returns (bool success)
transferFrom(address _tokenOwner, address _to, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _tokenOwner, address indexed _spender, uint256 _tokens)
Mint(uint256 _amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.