Companion Jars
Verified contract
Active on
Ethereum with 520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeddf…4d2e
0xea50…9a2e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- | |
F | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19701040 | 7 months ago | | | 0 | 0.00051667558 | |
| 19322754 | 9 months ago | | | 0 | 0.0019766743 | |
| 18626810 | a year ago | | | 0 | 0.0017032451 | |
| 18462392 | a year ago | | | 0 | 0.0011798103 | |
| 18175430 | a year ago | | | 0 | 0.0013758237 | |
| 18147555 | a year ago | | | 0 | 0.00065994796 | |
| 18046492 | a year ago | | | 0 | 0.00075779641 | |
| 18046490 | a year ago | | | 0 | 0.0020845822 | |
| 18039279 | a year ago | | | 0 | 0.00073689798 | |
| 17975473 | a year ago | | | 0 | 0.00098265932 |
ABI
ABI objects
Getter at block 21316425
PIXIE_DUST_PER_STAKE_PER_BLOCK() view returns (uint256)
138888888888888
contractURI() view returns (string)
https://pixiejars.app/contracts/companionjars.json
name() view returns (string)
Companion Jars
owner() view returns (address)
0xf8c3e78ddf55b07db7be22c737b417607de60702
symbol() view returns (string)
CJ
Read-only
allowedCompanions(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
companionInfo(uint256) view returns (address companionCollection, uint32 companionTokenId)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stakedBy(uint256) view returns (address)
stakingInfo(address) view returns (uint64 lastBlock, uint64 lastTotal)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
unclaimedDust(address staker) view returns (uint256)
State-modifying
Events approve(address, uint256)
claimDust()
onERC721Received(address _operator, address, uint256, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowedCompanion(address _address, bool _allowed)
setApprovalForAll(address, bool)
setContractURI(string newContractURI)
setDustContract(address _dust)
setPixieDustPerBlock(uint256 _pdpb)
setPixieJarsContract(address _address)
stakePixie(uint256[] pixieTokenId, address[] companionAddress, uint256[] companionTokenId)
swapCompanion(uint256[] pixieTokenId, address[] companionAddress, uint256[] companionTokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstakePixie(uint256[] pixieTokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string mContractURI, string baseURI, address _pixieJars, address _pixieDust)
This contract contains no fallback and receive objects.
This contract contains no error objects.