Ninu Token
Verified contract
Active on
Ethereum with 89 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 "Ninu Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12474605 | 4 years ago | | | 0 | 0.0031238750 | |
| 12474526 | 4 years ago | | | 0 | 0.0074951760 | |
| 12474525 | 4 years ago | | | 0 | 0.0024711250 | |
| 12474525 | 4 years ago | | | 0 | 0.0024711250 | |
| 12474522 | 4 years ago | | | 0 | 0.0024711250 | |
| 12474521 | 4 years ago | | | 0 | 0.0025643750 | |
| 12474518 | 4 years ago | | | 0 | 0.017989171 | |
| 12474517 | 4 years ago | | | 0 | 0.0025452587 | |
| 12474514 | 4 years ago | | | 0 | 0.0027695250 | |
| 12474513 | 4 years ago | | | 0 | 0.0028441250 |
ABI
ABI objects
Getter at block 21259692
checkStatus() view returns (bool)
false
decimals() view returns (uint8)
9
name() view returns (string)
Ninu Token
ownerAddress() view returns (address)
0x050c13f9be3180be2080c3d7eb3db873813b901b
symbol() view returns (string)
NINU
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address _address) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveERC20(address account)
burnLPtokens()
check()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
selfTransfer(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership()
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.