CloneMachineUpgrade
Verified contract
Active on
Ethereum with 2,176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x092b…0c6a
0x41f2…6244
Balances ($0.00)
No balances found for "CloneMachineUpgrade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19625442 | 8 months ago | | | 0 | 0.00085434236 | |
| 19007557 | a year ago | | | 0 | 0.0025776255 | |
| 19007170 | a year ago | | | 0 | 0.0039052898 | |
| 19006920 | a year ago | | | 0 | 0.0035510433 | |
| 19006709 | a year ago | | | 0 | 0.0034411233 | |
| 19006353 | a year ago | | | 0 | 0.0046208980 | |
| 19006240 | a year ago | | | 0 | 0.0040216614 | |
| 19006139 | a year ago | | | 0 | 0.0041089353 | |
| 19005551 | a year ago | | | 0 | 0.0068741624 | |
| 19005407 | a year ago | | | 0 | 0.0060374809 |
ABI
ABI objects
Getter at block 21324299
cloneContract() view returns (address)
0x41f20599e9e049004c4d169046eb7023117a6244
gangEnabled() view returns (bool)
false
gangForD2() view returns (uint256)
0
gangForD3() view returns (uint256)
0
owner() view returns (address)
0x2de690d74ad03944fbba44d037d888499ad6d77a
paused() view returns (bool)
false
realJuice() view returns (address)
0x092bbc993042a69811d23feb0e64e3bfa0920c6a
Read-only
cloneToLevel(uint256) view returns (uint256)
copiedD1Clones(uint256) view returns (bool)
getCloneLevels(uint256[] cloneIds) view returns (uint256[], uint256, uint256[], uint256, uint256[], uint256)
isD2Eligible(address holder, uint256 upgradedCloneId, uint256 copiedCloneId, uint256 juiceId) view returns (bool)
isD3Eligible(address holder, uint256 cloneId, uint256 juiceId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
State-modifying
Events burn(uint256 tokenId)
reclaimERC1155(address erc1155Token, uint256 id, uint256 amount)
reclaimERC20(address _tokenContract, uint256 _amount)
reclaimERC721(address erc721Token, uint256 id)
renounceOwnership()
setGangEnabled(bool _enabled)
setPaused(bool isPaused)
setup(address _realJuice, address _cloneContract, address _signer)
setupGang(address _gangToken)
setupGangPricing(uint256 _gangForD2, uint256 _gangForD3)
transferOwnership(address newOwner)
upgradeD2Clone(bytes sig, uint256 upgradedCloneId, uint256 copiedCloneId, uint256 juiceId)
upgradeD3Clone(bytes sig, uint256 cloneId, uint256 juiceId)
withdraw()
CloneD2Upgraded(address owner, uint256 juiceId, uint256 upgradedCloneId, uint256 copiedCloneId)
CloneD3Upgraded(address owner, uint256 juiceId, uint256 cloneId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.