CoinAdvisor
Verified contract
Active on
Ethereum with 47 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CoinAdvisor"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7549635 | 6 years ago | | | 0 | 0.0015210590 | |
| 6596844 | 6 years ago | | | 0 | 0.0015210590 | |
| 6277243 | 6 years ago | | | 0 | 0.00022259400 | |
| 6272927 | 6 years ago | | | 0 | 0.000053021719 | |
| 6272868 | 6 years ago | | | 0 | 0.000053021719 | |
| 6006743 | 6 years ago | | | 0 | 0.00011110500 | |
| 5801956 | 7 years ago | | | 0 | 0.0015225550 | |
| 5656308 | 7 years ago | | | 0 | 0.00026442000 | |
| 5569956 | 7 years ago | | | 0 | 0.0015224270 | |
| 5569785 | 7 years ago | | | 0 | 0.0015226190 |
ABI
ABI objects
Getter at block 21434841
decimals() view returns (uint8)
18
name() view returns (string)
CoinAdvisor
symbol() view returns (string)
CADV
totalSupply() view returns (uint256)
24999999800000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
multipleTransfer(address[] _tos, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.