Coin Utility Token
Verified contract
Active on
Ethereum with 15,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($408.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 398 | $0.999513 |
$397.81 | |
UNI | ERC-20 | 1.534077 | $7.11 |
$10.91 | |
COIN | ERC-20 | 4.57628K | -- | -- | |
COIN | ERC-20 | 100 | -- | -- | |
COIN | ERC-20 | 100 | -- | -- | |
COIN | ERC-20 | 100 | -- | -- | |
COIN | ERC-20 | 100 | -- | -- | |
COIN | ERC-20 | 100 | -- | -- | |
COIN | ERC-20 | 100 | -- | -- | |
COIN | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102709 | 3 days ago | | | 0 | 0.00010521844 | |
| 21073344 | 7 days ago | | | 0 | 0.00058061665 | |
| 21042116 | 11 days ago | | | 0 | 0.00015208520 | |
| 20950055 | 24 days ago | | | 0 | 0.00084175146 | |
| 20851107 | a month ago | | | 0 | 0.00014805392 | |
| 20809279 | a month ago | | | 0 | 0.00040262723 | |
| 20710950 | 2 months ago | | | 0 | 0.000085687810 | |
| 20710010 | 2 months ago | | | 0 | 0.000094614601 | |
| 20710007 | 2 months ago | | | 0 | 0.000091042174 | |
| 20709909 | 2 months ago | | | 0 | 0.00014513337 |
ABI
ABI objects
Getter at block 21124272
coinvest() view returns (address)
0x945e4c1aadccdfbb6c27225256e29dd0d633c6b8
decimals() view returns (uint8)
18
name() view returns (string)
Coin Utility Token
owner() view returns (address)
0x0e3a7dbe3354cbcb697c4989788467f86518ab67
symbol() view returns (string)
COIN
totalSupply() view returns (uint256)
107142857000000000000000000
Read-only
admins(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
ecrecoverFromSig(bytes32 hash, bytes sig) pure returns (address recoveredAddress)
getPreSignedHash(bytes4 _function, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) view returns (bytes32 txHash)
getRevokeHash(bytes32 _hashToRevoke, uint256 _gasPrice) view returns (bytes32 txHash)
getSignHash(bytes32 _hash) pure returns (bytes32 signHash)
recoverPreSigned(bytes _sig, bytes4 _function, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) view returns (address recovered)
recoverRevokeHash(bytes _signature, bytes32 _hashToRevoke, uint256 _gasPrice) view returns (address from)
State-modifying
Events alterAdmin(address _user, bool _status)
approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _data) returns (bool success)
approveAndCallPreSigned(bytes _signature, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) returns (bool)
approvePreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
decreaseApproval(address _spender, uint256 _amount) returns (bool success)
decreaseApprovalPreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
increaseApproval(address _spender, uint256 _amount) returns (bool success)
increaseApprovalPreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
receiveApproval(address _from, uint256 _amount, address _token, bytes _data)
revokeHash(bytes32 _hashToRevoke) returns (bool)
revokeHashPreSigned(bytes _signature, bytes32 _hashToRevoke, uint256 _gasPrice) returns (bool)
tokenEscape(address _tokenContract)
transfer(address _to, uint256 _amount) returns (bool success)
transferCoinvest(address _newCoinvest)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _gasPrice, uint256 _nonce) returns (bool)
Approval(address indexed from, address indexed spender, uint256 tokens)
HashRedeemed(bytes32 indexed txHash, address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.