nzCORE.finance
Verified contract
Active on
Ethereum with 311 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 "nzCORE.finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19477691 | 7 months ago | | | 0 | 0.00072076181 | |
| 17002263 | 2 years ago | | | 0 | 0.00059853827 | |
| 11352281 | 4 years ago | | | 0 | 0.00059144800 | |
| 11243070 | 4 years ago | | | 0 | 0.0028207520 | |
| 11234460 | 4 years ago | | | 0 | 0.0017743440 | |
| 11211821 | 4 years ago | | | 0 | 0.0018198400 | |
| 11205991 | 4 years ago | | | 0 | 0.0013582520 | |
| 11205990 | 4 years ago | | | 0 | 0.0019052700 | |
| 11205987 | 4 years ago | | | 0 | 0.0014552700 | |
| 11205980 | 4 years ago | | | 0 | 0.0014552700 |
ABI
ABI objects
Getter at block 21087745
decimals() view returns (uint8)
18
maxTransactionAmount() view returns (uint256)
5000000000000000000000
name() view returns (string)
nzCORE.finance
owner() view returns (address)
0x3aec38cf018b995ccfcb9131b80b6bbd57f42938
storeAddress() view returns (address)
0x8061cf227c55fe088211fcf4d9c38371928eb6e5
symbol() view returns (string)
nzCORE
taxFee() view returns (uint256)
2
totalSupply() view returns (uint256)
100000000000000000000000
uniswapSellTaxFee() view returns (uint256)
6
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()
setStoreAddress(address storeAddress) returns (bool)
setTaxFee(uint256 taxFee) returns (bool)
setUniswapSellTaxFee(uint256 uniswapSellTaxFee) returns (bool)
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(string name, string symbol, uint256 totalSupply, uint256 taxFee, uint256 uniswapSellTaxFee, uint256 maxTransactionAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.