Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 4.1K | $0.000025 |
$0.1 | |
COCK | ERC-20 | 20.434722K | -- | -- | |
CRUMBS | ERC-20 | 1.9K | -- | -- | |
dCOCK | ERC-20 | 4.195108 | -- | -- | |
dCOCK | ERC-20 | 0.103612 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19377112 | 9 months ago | | | 0 | 0.0019496514 | |
| 18138054 | a year ago | | | 0 | 0.00025032401 | |
| 18137938 | a year ago | | | 0 | 0.00026745229 | |
| 17407398 | a year ago | | | 0 | 0.00063108639 | |
| 15487347 | 2 years ago | | | 0 | 0.00039267323 | |
| 14002400 | 3 years ago | | | 0 | 0.0061855074 | |
| 14001455 | 3 years ago | | | 0 | 0.012839448 | |
| 13348250 | 3 years ago | | | 0 | 0.0058712616 | |
| 13348140 | 3 years ago | | | 0 | 0.0043383069 | |
| 13348094 | 3 years ago | | | 0 | 0.0015140294 |
ABI
ABI objects
Getter at block 21286148
decimals() view returns (uint8)
18
getBlockNum() view returns (uint256)
21286148
name() view returns (string)
Crumbs
symbol() view returns (string)
CRUMBS
totalStakedSupply() view returns (uint256)
24534721845922922862176
totalSupply() view returns (uint256)
685690932822495446926680
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)
setCockAddress(address _cockAddress) 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 totalCockStaked)
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.