Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4fd2…23f4
0xfd0b…2f3a
0x5c88…5051
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WOJAK | ERC-20 | 1.042432K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156388 | 6 hours ago | | | 0 | 0.0010120809 | |
| 21155728 | 8 hours ago | | | 0 | 0.00071160700 | |
| 21155288 | 9 hours ago | | | 0 | 0.00061398918 | |
| 21153874 | 14 hours ago | | | 0 | 0.00071801576 | |
| 21151482 | a day ago | | | 0 | 0.00031827818 | |
| 21150397 | a day ago | | | 0 | 0.00063605466 | |
| 21137977 | 3 days ago | | | 0 | 0.0011277742 | |
| 21136202 | 3 days ago | | | 0 | 0.00079735352 | |
| 21134675 | 3 days ago | | | 0 | 0.00036526236 | |
| 21122897 | 5 days ago | | | 0 | 0.00075868231 |
ABI
ABI objects
Getter at block 21158045
chad() view returns (address)
0x5c888fa2e6f9f0880321683d1efa12e936fd5051
decimals() view returns (uint8)
18
difficulty() view returns (uint256)
33333333333333333333333333333333333333333333333333
getBlockNum() view returns (uint256)
21158045
name() view returns (string)
Pepe
oracle() view returns (address)
0xfd0b84fd5d5514f90d715ac1f3ca041203ea2f3a
symbol() view returns (string)
PEPE
tax() view returns (uint256)
25
totalStaked() view returns (uint256)
1042432154865520424213
totalSupply() view returns (uint256)
46832044480142595098581
wojak() view returns (address)
0x4fd2ec9bdd398f8e522d76ea3704f8dbdc1f23f4
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward(uint256 amount) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setChadAddress(address chadAddress)
setDifficulty(uint256 _amount)
setOracleAddress(address _oracle)
setTax(uint256 _amount)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Rewarded(address indexed user, uint256 amountClaimed, uint256 value, uint256 tax)
Staked(address indexed user, uint256 amount, uint256 totalWojakStaked)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed user, uint256 amount)
constructor(address _wojakAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.