CompanionFarm
Verified contract
Active on
Ethereum with 1,152 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 |
---|---|---|---|---|---|
CSHIP | ERC-20 | 8.887353B | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- | |
CBOX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21379322 | 9 days ago | | | 0 | 0.0010915486 | |
| 21262350 | 25 days ago | | | 0 | 0.00069269436 | |
| 21144603 | a month ago | | | 0 | 0.00089021908 | |
| 20617695 | 4 months ago | | | 0 | 0.000062021036 | |
| 20492555 | 4 months ago | | | 0 | 0.00036336299 | |
| 20410077 | 5 months ago | | | 0 | 0.00056027234 | |
| 20224087 | 6 months ago | | | 0 | 0.00037379876 | |
| 20224084 | 6 months ago | | | 0 | 0.00039166707 | |
| 19981105 | 7 months ago | | | 0 | 0.0033528610 | |
| 19981048 | 7 months ago | | | 0 | 0.0017720183 |
ABI
ABI objects
Getter at block 21440215
compboxAddress() view returns (address)
0x13bd2ac3779cbbcb2ac874c33f1145dd71ce41ee
compshipAddress() view returns (address)
0xb33a59958e216b8fc7e9d0ea7faf57de3d4f250b
expiration() view returns (uint256)
32525925494
owner() view returns (address)
0xe99f64ea8ef1b0072accb7ea00a6c7478c62f92c
paused() view returns (bool)
false
rewardRate() view returns (uint256)
2500000000000000
Read-only
_lastClaimBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rewardRate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _compboxAddress, address _compshipAddress, uint256 _rewardRate, uint256 _expiration)
This contract contains no fallback and receive objects.
This contract contains no error objects.