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 "NoteChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9302453 | 5 years ago | | | 0 | 0.000036210000 | |
| 8653380 | 5 years ago | | | 0 | 0.00066013200 | |
| 7891376 | 5 years ago | | | 0 | 0.00014669600 | |
| 7189398 | 6 years ago | | | 0 | 0.0032545800 | |
| 7130259 | 6 years ago | | | 0 | 0.0018337000 | |
| 7012664 | 6 years ago | | | 0 | 0.00011002200 | |
| 6416229 | 6 years ago | | | 0 | 0.0015403080 | |
| 6330004 | 6 years ago | | | 0 | 0.00084528600 | |
| 6328610 | 6 years ago | | | 0 | 0.00088863400 | |
| 6319322 | 6 years ago | | | 0 | 0.0015036340 |
ABI
ABI objects
Getter at block 21300148
INITIAL_SUPPLY() view returns (uint256)
20000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
NoteChain
owner() view returns (address)
0x8e292e1bd3fe4dfc68ddf936e1307069e67421d9
symbol() view returns (string)
NOTE
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, 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.