Catnip
Verified contract
Active on
Ethereum with 13,650 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 |
---|---|---|---|---|---|
NYAN | ERC-20 | 434.422891 | -- | -- | |
COW | ERC-20 | 1.234 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20536551 | 3 months ago | | | 0 | 0.00013215641 | |
| 20536490 | 3 months ago | | | 0 | 0.00018728793 | |
| 20536141 | 3 months ago | | | 0 | 0.00022515085 | |
| 20536139 | 3 months ago | | | 0 | 0.00049685068 | |
| 20536134 | 3 months ago | | | 0 | 0.00022859980 | |
| 20536131 | 3 months ago | | | 0 | 0.00022502573 | |
| 20536128 | 3 months ago | | | 0 | 0.00020761469 | |
| 20536127 | 3 months ago | | | 0 | 0.00023418804 | |
| 20504731 | 4 months ago | | | 0 | 0.000027621297 | |
| 20504729 | 4 months ago | | | 0 | 0.000078661940 |
ABI
ABI objects
Getter at block 21297413
decimals() view returns (uint8)
18
getBlockNum() view returns (uint256)
21297413
name() view returns (string)
Catnip
symbol() view returns (string)
NIP
totalStakedSupply() view returns (uint256)
434422891496234936486
totalSupply() view returns (uint256)
914972670884692312078441
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddressStakeAmount(address _account) view returns (uint256)
getLastBlockCheckedNum(address _account) view returns (uint256)
myRewardsBalance(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setNyanAddress(address _nyanAddress) returns (uint256)
setRewardsVar(uint256 _amount)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updatingStakingReward(address account) returns (uint256)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Rewards(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount, uint256 totalNyanStaked)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.