OperatorContract
Verified contract
Active on
Ethereum with 1,679 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 |
---|---|---|---|---|---|
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- | |
GoOL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254898 | a day ago | | | 0 | 0.0019991725 | |
| 21251718 | a day ago | | | 0 | 0.0046016897 | |
| 21016717 | a month ago | | | 0 | 0.00078281182 | |
| 20998918 | a month ago | | | 0 | 0.0025946795 | |
| 20913040 | 2 months ago | | | 0 | 0.00088357868 | |
| 20827261 | 2 months ago | | | 0 | 0.0012056967 | |
| 20752639 | 2 months ago | | | 0 | 0.000082061918 | |
| 20708769 | 3 months ago | | | 0 | 0.00026156108 | |
| 20649860 | 3 months ago | | | 0 | 0.00043585231 | |
| 20548368 | 3 months ago | | | 0 | 0.00040005380 |
ABI
ABI objects
Getter at block 21261715
X1Address() view returns (address)
0x4a14359708829ff39e5e9c739f9f63aec43e2de4
X2Address() view returns (address)
0xf22b1af401ff439728f426190e0b3e7b354ff9fa
countMintedByFreeMint() view returns (uint256)
930
freeMintLimit() view returns (uint256)
1668704400
freeMintRoot() view returns (bytes32)
0x540bea5edd0063b9e94e17927e53abb3ca9df80cf4fc71d581cafbc57f7216b5
isMergeActive() view returns (bool)
false
isStakingActive() view returns (bool)
true
maxSupplyFreeMint() view returns (uint256)
1500
owner() view returns (address)
0x49bb38d0787e62add4702e6b4325971be5a29d0e
Read-only
X1Depositaries(uint256) view returns (address)
X2Depositaries(uint256) view returns (address)
chosenMainTokenId(uint256) view returns (uint256)
freeMintsUsed(address) view returns (uint256)
isRevealed(uint256) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
parents(uint256) view returns (uint256 tokenId1, uint256 tokenId2)
tokenIdOldStaking(address, uint256) view returns (uint256)
State-modifying
Events Merge(uint256 _tokenId1, uint256 _tokenId2)
MergeAndStake(uint256 _tokenId1, uint256 _tokenId2)
batchStakeX1NFT(uint256[] _tokenIds)
batchStakeX2NFT(uint256[] _tokenIds)
batchUnstakeX1NFT(uint256[] _tokenIds)
batchUnstakeX2NFT(uint256[] _tokenIds)
freeMintX1(uint256 _quantity, uint256 count, bytes32[] proof)
freeMintX1Stake(uint256 _quantity, uint256 count, bytes32[] proof)
freeMintX2(uint256 _quantity, uint256 count, bytes32[] proof)
freeMintX2Stake(uint256 _quantity, uint256 count, bytes32[] proof)
renounceOwnership()
revealNFT(uint256 _tokenId, uint256 parentChoice)
setFreeMintLimit(uint256 timestamp)
setFreeMintMerkleRoot(bytes32 _root)
setFreeMintSupply(uint256 _newFreeMintSupply)
setIsMergeActive()
setIsStakingActive()
setX1Contract(address X1Contract)
setX2Contract(address X2Contract)
transferOwnership(address newOwner)
Merged(address owner, uint256 tokenId1, uint256 tokenId2, uint256 createdTokenId, uint256 timeframe)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
X1Staked(address owner, uint256 tokenId, uint256 timeframe)
X1Unstaked(address owner, uint256 tokenId, uint256 timeframe)
X2Staked(address owner, uint256 tokenId, uint256 timeframe)
X2Unstaked(address owner, uint256 tokenId, uint256 timeframe)
constructor(address oxyaAddress_, address X2Address_)
This contract contains no fallback and receive objects.
This contract contains no error objects.