Nozty Finance
Verified contract
Active on
Ethereum with 47 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 "Nozty Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11406302 | 4 years ago | | | 0 | 0.0024479950 | |
| 11406248 | 4 years ago | | | 0 | 0.0020474140 | |
| 11406235 | 4 years ago | | | 0 | 0.0018892640 | |
| 11406190 | 4 years ago | | | 0 | 0.0022699590 | |
| 11406177 | 4 years ago | | | 0 | 0.0022699590 | |
| 11406176 | 4 years ago | | | 0 | 0.0035607200 | |
| 11406120 | 4 years ago | | | 0 | 0.0020919230 | |
| 11406107 | 4 years ago | | | 0 | 0.0018693780 | |
| 11406100 | 4 years ago | | | 0 | 0.0020029050 | |
| 11406090 | 4 years ago | | | 0 | 0.0019138870 |
ABI
ABI objects
Getter at block 21208521
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x267bd605c712d0a2a5cd6c90a3507203e0026b3c
name() view returns (string)
Nozty Finance
owner() view returns (address)
0x267bd605c712d0a2a5cd6c90a3507203e0026b3c
symbol() view returns (string)
NOZTY
totalSupply() view returns (uint256)
160000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.