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 "NameCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637489 | 3 months ago | | | 0 | 0.000065422862 | |
| 20636880 | 3 months ago | | | 0 | 0.000083630567 | |
| 20620858 | 3 months ago | | | 0 | 0.00016988414 | |
| 17735335 | a year ago | | | 0 | 0.0019795921 | |
| 17726068 | a year ago | | | 0 | 0.00077523052 | |
| 17698821 | a year ago | | | 0 | 0.00071121912 | |
| 17697086 | a year ago | | | 0 | 0.00034266525 | |
| 17692900 | a year ago | | | 0 | 0.0017999424 | |
| 17692338 | a year ago | | | 0 | 0.0018695636 | |
| 17691290 | a year ago | | | 0 | 0.00077492530 |
ABI
ABI objects
Getter at block 21204781
FeeAddress() view returns (address)
0x91f3d946d2d8786a7d6fcd46d924f760f48b208d
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
NameCoin
owner() view returns (address)
0x0000000000000000000000000000000000000001
paused() view returns (bool)
false
symbol() view returns (string)
NameCoin
totalSupply() view returns (uint256)
100000000000000000000000000000000
txFee() view returns (uint256)
1
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)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.