Neighbourhoods Token
Verified contract
Active on
Ethereum with 730 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 "Neighbourhoods Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161755 | a day ago | | | 0 | 0.0010776400 | |
| 21099356 | 10 days ago | | | 0 | 0.00012243751 | |
| 21062883 | 15 days ago | | | 0 | 0.00027804226 | |
| 21020115 | 21 days ago | | | 0 | 0.00048421507 | |
| 21019208 | 21 days ago | | | 0 | 0.00029493977 | |
| 21005689 | 23 days ago | | | 0 | 0.00025741557 | |
| 20994566 | 25 days ago | | | 0 | 0.00088982083 | |
| 20981883 | a month ago | | | 0 | 0.00038390156 | |
| 20978835 | a month ago | | | 0 | 0.00094262727 | |
| 20978575 | a month ago | | | 0 | 0.0010565669 |
ABI
ABI objects
Getter at block 21170136
cap() view returns (uint256)
30000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Neighbourhoods Token
owner() view returns (address)
0xcfa9e31a412c90247fe037c6427f8302ecc3b938
symbol() view returns (string)
NHT
totalSupply() view returns (uint256)
9900015972580001991193333996
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initial_, uint256 cap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.