LinkdropFactory
Verified contract
Active on
Ethereum with 2,695 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LinkdropFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868922 | 2 months ago | | | 0 | 0.0022247911 | |
| 20112509 | 5 months ago | | | 0 | 0.0015880108 | |
| 19175491 | 10 months ago | | | 0 | 0.0039299659 | |
| 19171174 | 10 months ago | | | 0 | 0.0039107369 | |
| 19128758 | 10 months ago | | | 0 | 0.0047500918 | |
| 18794776 | a year ago | | | 0 | 0.0061502700 | |
| 18572581 | a year ago | | | 0 | 0.0058343960 | |
| 18312587 | a year ago | | | <0.00000001 | 0.0024300064 | |
| 18214896 | a year ago | | | 0 | 0.0045573647 | |
| 18202178 | a year ago | | | <0.00000001 | 0.0020589980 |
ABI
ABI objects
Getter at block 21257003
chainId() view returns (uint256)
1
getBytecode() view returns (bytes)
0x363d3d373d3d3d363d73935233b6def3230b3c315516c35c092f184247625af43d82803e903d91602b57fd5bf3
getInitcode() view returns (bytes)
0x6352c7420d6000526103ff60206004601c335afa6040516060f3
masterCopyVersion() view returns (uint256)
4
owner() view returns (address)
0x93614dd1e3a242b0b764bd39f1b633bf4f30ee2a
Read-only
checkClaimParams(uint256 _weiAmount, address _tokenAddress, uint256 _tokenAmount, uint256 _expiration, address _linkId, address _linkdropMaster, uint256 _campaignId, bytes _linkdropSignerSignature, address _receiver, bytes _receiverSignature) view returns (bool)
checkClaimParamsERC1155(uint256 _weiAmount, address _nftAddress, uint256 _tokenId, uint256 _tokenAmount, uint256 _expiration, address _linkId, address _linkdropMaster, uint256 _campaignId, bytes _linkdropSignerSignature, address _receiver, bytes _receiverSignature) view returns (bool)
checkClaimParamsERC721(uint256 _weiAmount, address _nftAddress, uint256 _tokenId, uint256 _expiration, address _linkId, address _linkdropMaster, uint256 _campaignId, bytes _linkdropSignerSignature, address _receiver, bytes _receiverSignature) view returns (bool)
deployed(bytes32) view returns (address)
getProxyMasterCopyVersion(address _linkdropMaster, uint256 _campaignId) view returns (uint256)
isClaimedLink(address _linkdropMaster, uint256 _campaignId, address _linkId) view returns (bool)
isDeployed(address _linkdropMaster, uint256 _campaignId) view returns (bool)
salt(address _linkdropMaster, uint256 _campaignId) pure returns (bytes32)
State-modifying
Events claim(uint256 _weiAmount, address _tokenAddress, uint256 _tokenAmount, uint256 _expiration, address _linkId, address _linkdropMaster, uint256 _campaignId, bytes _linkdropSignerSignature, address _receiver, bytes _receiverSignature) returns (bool)
claimERC1155(uint256 _weiAmount, address _nftAddress, uint256 _tokenId, uint256 _tokenAmount, uint256 _expiration, address _linkId, address _linkdropMaster, uint256 _campaignId, bytes _linkdropSignerSignature, address _receiver, bytes _receiverSignature) returns (bool)
claimERC721(uint256 _weiAmount, address _nftAddress, uint256 _tokenId, uint256 _expiration, address _linkId, address _linkdropMaster, uint256 _campaignId, bytes _linkdropSignerSignature, address _receiver, bytes _receiverSignature) returns (bool)
deployProxy(uint256 _campaignId) payable returns (address proxy)
deployProxyWithSigner(uint256 _campaignId, address _signer) payable returns (address proxy)
destroyProxy(uint256 _campaignId) returns (bool)
renounceOwnership()
setMasterCopy(address _masterCopy) returns (bool)
transferOwnership(address newOwner)
Deployed(address indexed owner, uint256 campaignId, address proxy, bytes32 salt)
Destroyed(address owner, address proxy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMasterCopy(address masterCopy, uint256 version)
constructor(address _masterCopy, uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.