Ninja Inu
Verified contract
Active on
Ethereum with 313 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 "Ninja Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19571721 | 8 months ago | | | 0 | 0.00084718756 | |
| 13917918 | 3 years ago | | | 0 | 0.0030643184 | |
| 12776372 | 3 years ago | | | 0 | 0.0045174000 | |
| 12742474 | 3 years ago | | | 0 | 0.0025968800 | |
| 12717338 | 3 years ago | | | 0 | 0.00061380800 | |
| 12698237 | 3 years ago | | | 0 | 0.00098681440 | |
| 12697754 | 3 years ago | | | 0 | 0.00029732000 | |
| 12661277 | 3 years ago | | | 0 | 0.00042494400 | |
| 12642374 | 3 years ago | | | 0 | 0.00061380800 | |
| 12638676 | 3 years ago | | | 0 | 0.00047216000 |
ABI
ABI objects
Getter at block 21389151
decimals() view returns (uint8)
18
name() view returns (string)
Ninja Inu
owner() view returns (address)
0x7e212171d5bcd9ff93842a841b3429d9d599fe44
symbol() view returns (string)
NJINU
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.