Etheropoly
Verified contract
Active on
Ethereum with 1,344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$2,297.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.681204 | $3,373.12 |
$2,297.78 | |
YOO | ERC-20 | 20.011K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17655239 | a year ago | | | 0 | 0.00082984025 | |
| 13177202 | 3 years ago | | | 0 | 0.0062742002 | |
| 11504862 | 4 years ago | | | 0 | 0.0012146040 | |
| 9258434 | 5 years ago | | | 0 | 0.000060431000 | |
| 7577946 | 6 years ago | | | 0 | 0.00087094000 | |
| 7577945 | 6 years ago | | | 0 | 0.00077814000 | |
| 6380349 | 6 years ago | | | 0 | 0.00026128200 | |
| 6141495 | 6 years ago | | | 0.1 | 0.0021982500 | |
| 6134846 | 6 years ago | | | 0 | 0.0011339450 | |
| 6122259 | 6 years ago | | | 0 | 0.0028806000 |
ABI
ABI objects
Getter at block 21167624
buyPrice() view returns (uint256)
22045500000000
decimals() view returns (uint8)
18
etherToSendCharity() view returns (uint256)
0
giveEthCharityAddress() view returns (address)
0x5adf43dd006c6c36506e2b2dfa352e60002d22dc
myTokens() view returns (uint256)
0
name() view returns (string)
Etheropoly
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
16294500000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
OPOLY
totalEthCharityCollected() view returns (uint256)
0
totalEthCharityRecieved() view returns (uint256)
0
totalEthereumBalance() view returns (uint256)
681203728319069390
totalSupply() view returns (uint256)
19162854647454521198305
Read-only
administrators(address) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
canAcceptTokens_(address) view returns (bool)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
payCharity() payable
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setCanAcceptTokens(address _address, bool _value)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) 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)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.