Insee Coin
Verified contract
Active on
Ethereum with 12,202 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 "Insee Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13402118 | 3 years ago | | | 0 | 0.0063523630 | |
| 11653727 | 4 years ago | | | 0 | 0.0046203850 | |
| 10393859 | 4 years ago | | | 0 | 0.0013452769 | |
| 10135571 | 5 years ago | | | 0 | 0.0022226314 | |
| 9876192 | 5 years ago | | | 0 | 0.0011163810 | |
| 9842836 | 5 years ago | | | 0 | 0.0011163810 | |
| 9628748 | 5 years ago | | | 0 | 0.00034377309 | |
| 9570316 | 5 years ago | | | 0 | 0.000048044000 | |
| 9469322 | 5 years ago | | | 0 | 0.00053197000 | |
| 9144631 | 5 years ago | | | 0 | 0.00019080500 |
ABI
ABI objects
Getter at block 21276210
decimals() view returns (uint8)
18
initialAmount() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
Insee Coin
owner() view returns (address)
0xcab1e92cc3c753ae8398151d4e24d561a3c5e1de
stopped() view returns (bool)
false
symbol() view returns (string)
SEE
totalSupply() view returns (uint256)
10000000000000000000000000000
version() view returns (string)
v0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy(uint256 _amount) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setName(string name_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Destroy(address from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.