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 "Nermal Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17241196 | 2 years ago | | | 0 | 0.0028699090 | |
| 17241189 | 2 years ago | | | 0 | 0.0027483228 | |
| 17241184 | 2 years ago | | | 0 | 0.0040134022 | |
| 17241179 | 2 years ago | | | 0 | 0.0030608793 | |
| 17241081 | 2 years ago | | | 0 | 0.0031616082 |
ABI
ABI objects
Getter at block 21314037
decimals() view returns (uint8)
18
maxHoldingAmount() view returns (uint256)
1000000000000000000000000000000
name() view returns (string)
Nermal Cat
owner() view returns (address)
0xad7d635579c5b67a0437f6189441331568b038ac
symbol() view returns (string)
NERMAL
totalSupply() view returns (uint256)
1000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x7a2d48ab39a21da3636d42091e91a703ab4e9e86
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(address _uniswapV2Pair, uint256 _maxHoldingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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.