NobleAssetsCoin
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NobleAssetsCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8349747 | 5 years ago | | | 0 | 0.0015400830 | |
| 7571570 | 6 years ago | | | 0 | 0.00092508300 | |
| 7566035 | 6 years ago | | | 0 | 0.00018781500 | |
| 7566013 | 6 years ago | | | 0 | 0.00018749500 | |
| 7566013 | 6 years ago | | | 0 | 0.00018781500 | |
| 7565991 | 6 years ago | | | 0 | 0.00018813500 | |
| 7565978 | 6 years ago | | | 0 | 0.00026281500 | |
| 7529778 | 6 years ago | | | 0 | 0.00092770700 | |
| 7522442 | 6 years ago | | | 0 | 0.00026715170 | |
| 7490196 | 6 years ago | | | 0 | 0.00092508300 |
ABI
ABI objects
Getter at block 21388115
_myDecimal() view returns (uint8)
0
_mySymbol() view returns (string)
NBAC
_myTokeName() view returns (string)
Noble Assets Coin
_myinitialSupply() view returns (uint256)
21000000
decimals() view returns (uint8)
0
name() view returns (string)
NobleAssetsCoin
symbol() view returns (string)
NBAC
totalSupply() view returns (uint256)
21000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string TokeName, string Symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.