Proof of Masternode
Verified contract
Active on
Ethereum with 1,284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$8,226.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.208485 | $3,725.10 |
$8,226.83 | |
EBK | ERC-20 | 2.240412 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10773711 | 4 years ago | | | 0 | 0.018278400 | |
| 10773706 | 4 years ago | | | 0 | 0.016525200 | |
| 10773685 | 4 years ago | | | 0 | 0.017735949 | |
| 10543211 | 4 years ago | | | 0 | 0.0053723120 | |
| 9258414 | 5 years ago | | | 0 | 0.00014651760 | |
| 8548608 | 5 years ago | | | 0 | 0.0019759950 | |
| 6572105 | 6 years ago | | | 0 | 0.0015542200 | |
| 6435265 | 6 years ago | | | 0 | 0.00062102700 | |
| 6340983 | 6 years ago | | | 0 | 0.00030421300 | |
| 6340971 | 6 years ago | | | 0 | 0.00029873400 |
ABI
ABI objects
Getter at block 21310678
buyPrice() view returns (uint256)
37293600000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Proof of Masternode
sellPrice() view returns (uint256)
23308500000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
PoMN
totalEthereumBalance() view returns (uint256)
2208484647715396994
totalSupply() view returns (uint256)
31070465917877810699214
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.