Crypto Nijigen
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNG | ERC-20 | 30M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13427933 | 3 years ago | | | 0 | 0.0042813400 | |
| 13426647 | 3 years ago | | | 0 | 0.0043099398 | |
| 13426527 | 3 years ago | | | 0 | 0.0036536179 | |
| 13425650 | 3 years ago | | | 0 | 0.0068038256 | |
| 13425435 | 3 years ago | | | 0 | 0.0053633200 | |
| 13425121 | 3 years ago | | | 0 | 0.0049484520 | |
| 13424320 | 3 years ago | | | 0 | 0.0051063092 | |
| 13424210 | 3 years ago | | | 0 | 0.0062397315 | |
| 13424119 | 3 years ago | | | 0 | 0.010285926 | |
| 13424079 | 3 years ago | | | 0 | 0.0049104640 |
ABI
ABI objects
Getter at block 21208142
decimals() view returns (uint8)
9
name() view returns (string)
Crypto Nijigen
symbol() view returns (string)
CNG
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeBurned(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
feeBurn(address _address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
revertFee(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.