Coinvest COIN V2 Token
Verified contract
Active on
Ethereum with 2,578 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAR | ERC-20 | 2K | -- | -- | |
COIN | ERC-20 | 238.6 | -- | -- | |
COIN | ERC-20 | 39.766664 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19517516 | 8 months ago | | | 0 | 0.0013557116 | |
| 15864886 | 2 years ago | | | 0 | 0.00038996365 | |
| 13671513 | 3 years ago | | | 0 | 0.0033547190 | |
| 13671513 | 3 years ago | | | 0 | 0.0064879090 | |
| 13648037 | 3 years ago | | | 0 | 0.0049761208 | |
| 13327947 | 3 years ago | | | 0 | 0.0057372700 | |
| 13115264 | 3 years ago | | | 0 | 0.0051158520 | |
| 12715990 | 3 years ago | | | 0 | 0.00028425105 | |
| 12670326 | 3 years ago | | | 0 | 0.00024531500 | |
| 12670114 | 3 years ago | | | 0 | 0.00026018300 |
ABI
ABI objects
Getter at block 21169248
decimals() view returns (uint8)
18
name() view returns (string)
Coinvest COIN V2 Token
owner() view returns (address)
0xdd67b3e206b0e86b5297b8eab118ca723c67d28c
symbol() view returns (string)
COIN
totalSupply() view returns (uint256)
107142857000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
ecrecoverFromSig(bytes32 hash, bytes sig) pure returns (address recoveredAddress)
getNonce(address _owner) view returns (uint256 nonce)
getPreSignedHash(bytes4 _function, address _to, uint256 _value, bytes _extraData, uint256 _gasPrice, uint256 _nonce) view returns (bytes32 txHash)
getRevokeHash(bytes _sigToRevoke, uint256 _gasPrice) pure 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, bytes _sigToRevoke, uint256 _gasPrice) pure returns (address from)
standardSigs(bytes4) view returns (bytes4)
State-modifying
Events 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)
revokeSignature(bytes _sigToRevoke) returns (bool)
revokeSignaturePreSigned(bytes _signature, bytes _sigToRevoke, uint256 _gasPrice) returns (bool)
token_escape(address _tokenContract)
transfer(address _to, uint256 _amount) returns (bool success)
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)
updateStandard(bytes4 _standardSig, bytes4 _ourSig) returns (bool success)
Approval(address indexed from, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignatureRedeemed(bytes _sig, address indexed from)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.