PartnerRegistry
Verified contract
Active on
Ethereum with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x583d…c36b
Balances ($0.00)
No balances found for "PartnerRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8651885 | 5 years ago | | | 0 | 0.0018798890 | |
| 8632973 | 5 years ago | | | 0 | 0.0025663650 | |
| 8632813 | 5 years ago | | | 0 | 0.0027374560 | |
| 8581664 | 5 years ago | | | 0 | 0.0047887560 | |
| 8581611 | 5 years ago | | | 0 | 0.0047887560 | |
| 8581497 | 5 years ago | | | 0 | 0.0047905480 | |
| 8581477 | 5 years ago | | | 0 | 0.0047905480 | |
| 8580345 | 5 years ago | | | 0 | 0.0051327300 | |
| 8543167 | 5 years ago | | | 0 | 0.0029085470 | |
| 8517618 | 5 years ago | | | 0 | 0.0017109100 |
ABI
ABI objects
Getter at block 21412903
companyBeneficiary() view returns (address)
0x583d03451406d179182efc742a1d811a9e34c36b
companyPercentage() view returns (uint256)
5000000000000000
owner() view returns (address)
0x583d03451406d179182efc742a1d811a9e34c36b
Read-only
isValidPartner(address partnerContract) view returns (bool)
State-modifying
Events deletePartner(address _partnerAddress)
overrideRegisterPartner(address _companyBeneficiary, uint256 _companyPercentage, address partnerBeneficiary, uint256 partnerPercentage)
registerPartner(address partnerBeneficiary, uint256 partnerPercentage)
renounceOwnership()
transferOwnership(address _newOwner)
updateCompanyInfo(address newCompanyBeneficiary, uint256 newCompanyPercentage)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PartnerRegistered(address indexed creator, address indexed beneficiary, address partnerContract)
constructor(address _target, address _companyBeneficiary, uint256 _companyPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.