PolkaProfitContract
Verified contract
Active on
Ethereum with 6,665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea50…73ec
Balances ($0.00)
No balances found for "PolkaProfitContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17602308 | a year ago | | | 0 | 0.0010545031 | |
| 17573292 | a year ago | | | 0 | 0.0012349658 | |
| 17573282 | a year ago | | | 0 | 0.0010364483 | |
| 17573278 | a year ago | | | 0 | 0.0011168541 | |
| 17573269 | a year ago | | | 0 | 0.0012148229 | |
| 17537164 | a year ago | | | 0 | 0.0012519654 | |
| 17537146 | a year ago | | | 0 | 0.0014946603 | |
| 17535590 | a year ago | | | 0 | 0.0013790061 | |
| 17535413 | a year ago | | | 0 | 0.0014011870 | |
| 17535410 | a year ago | | | 0 | 0.0014959355 |
ABI
ABI objects
Getter at block 21163816
gasFee() view returns (uint256)
1000000000000000
getOwner() view returns (address)
0x00d6e1038564047244ad37080e2d695924f8515b
nftAddress() view returns (address)
0x57e9a39ae8ec404c08f88740a9e6e306f50c937f
paused() view returns (bool)
false
paymentCount() view returns (uint256 _paymentCount)
5665
tokenAddress() view returns (address)
0xaa8330fb2b4d5d07abfe7a72262752a8505c6b37
walletAddress() view returns (address)
0xea50ce6ebb1a5e4a8f90bfb35a2fb3c3f0c673ec
Read-only
blackListed(address) view returns (bool)
calcProfit(uint256 _assetId) view returns (uint256 _profit, uint256 _lastPayment)
calcTotalEarnings(uint256 _assetId) view returns (uint256 _profit, uint256 _lastPayment)
paymentAmount(uint256) view returns (uint256 weeklyPayment, uint256 variantFactor, uint256 basePriceFactor)
paymentDetail(uint256 _paymentIndex) view returns (address _to, uint8 _network, uint256 assetId, uint256 _amount, uint256 _date)
payments(uint256) view returns (address account, uint8 dNetwork, uint256 assetId, uint256 amount, uint256 date)
State-modifying
Events blackList(address _wallet, bool _blacklist)
changeOwner(address newOwner)
pauseContract(bool _paused)
profitsPayment(uint256 _assetId) returns (bool success)
profitsPaymentBSC(uint256 _assetId) payable returns (bool success)
setGasFee(uint256 _gasFee)
setWalletAddress(address _wallet)
OwnerSet(address indexed oldOwner, address indexed newOwner)
Payment(address indexed to, uint256 amount, uint8 network, uint256 gasFee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.