Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($43.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Niza | ERC-20 | 458.988061K | $0.000085 |
$39.19 | |
USDT | ERC-20 | 4 | $1.003 |
$4.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243971 | 4 hours ago | | | 0 | 0.00065193412 | |
| 21243548 | 6 hours ago | | | 0 | 0.0010697222 | |
| 21243143 | 7 hours ago | | | 0 | 0.0011536352 | |
| 21242676 | 9 hours ago | | | 0 | 0.0012410112 | |
| 21242667 | 9 hours ago | | | 0 | 0.0010607763 | |
| 21242593 | 9 hours ago | | | 0 | 0.0012784643 | |
| 21242428 | 10 hours ago | | | 0 | 0.0010292660 | |
| 21242206 | 10 hours ago | | | 0 | 0.0011873261 | |
| 21242157 | 10 hours ago | | | 0 | 0.00097585043 | |
| 21242153 | 10 hours ago | | | 0 | 0.00094501435 |
ABI
ABI objects
Getter at block 21245259
FeeAddress() view returns (address)
0x6c3525e99a514cc01888065da6e65f0b049c718d
Optimization() view returns (uint256)
30125312006352599514018880656650049718
Pause() view returns (bool)
false
_BURN_FEE() view returns (uint256)
0
_CHARITY_FEE() view returns (uint256)
0
_TAX_FEE() view returns (uint256)
0
_owner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
Niza
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Niza
totalBurn() view returns (uint256)
0
totalCharity() view returns (uint256)
78485334320725
totalFees() view returns (uint256)
78485334320725
totalSupply() view returns (uint256)
10000000000000000000
Read-only
_isEnemy(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events EnemyAddress(address account, bool value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAsCharityAccount(address account)
setPause(bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, uint256 _charityFee)
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 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, uint256 _charityFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.