WallCryptoStreet
Verified contract
Active on
Ethereum with 642 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 "WallCryptoStreet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5160414 | 7 years ago | | | 0.01 | 0.00036960000 | |
| 5152745 | 7 years ago | | | 0 | 0.000057290000 | |
| 5152724 | 7 years ago | | | 0 | 0.000057162000 | |
| 5151927 | 7 years ago | | | 0.015 | 0.00085140000 | |
| 5151926 | 7 years ago | | | 0.015 | 0.00022186700 | |
| 5151298 | 7 years ago | | | 0.01 | 0.00049362000 | |
| 5151289 | 7 years ago | | | 0.015 | 0.00049362000 | |
| 5151288 | 7 years ago | | | 0.015 | 0.00018480000 | |
| 5151231 | 7 years ago | | | 1.7085937 | 0.00067672800 | |
| 5151230 | 7 years ago | | | 1.8984375 | 0.00067672800 |
ABI
ABI objects
Getter at block 21260323 getMyShares() view returns (uint256[])
GetIsPauded() view returns (bool)
false
Read-only
addressSharesCount(address) view returns (uint256)
getCompany(uint256 _companyId) view returns (string name, address ownerAddress, uint256 curPrice, uint256 curAdPrice, string curAdText, string curAdLink, uint256 shareId, uint256 sharePrice, uint256 volume)
getCompanyShareholders(uint256 _companyId) view returns (address[])
getLeastExpensiveShare(uint256 _companyId, uint256 _type) view returns (uint256)
getShare(uint256 _shareId) view returns (uint256 companyId, address ownerAddress, uint256 curPrice)
State-modifying
Events InitiateCompanies()
createCompany(string _companyName, uint256 _companyPrice)
pauseGame()
purchaseAd(uint256 _companyId, string adText, string adLink) payable
purchaseCompany(uint256 _companyId) payable
purchaseShare(uint256 _shareId) payable
unPauseGame()
updateCompanyPrice(uint256 _companyId, uint256 _newPrice)
updateSharePrice(uint256 _shareId, uint256 _newPrice)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.