PicoStocks Asset
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
No balances found for "PicoStocks Asset"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6838215 | 6 years ago | | | 0 | 0.0014841200 | |
| 6838140 | 6 years ago | | | 0 | 0.00082788000 | |
| 6838097 | 6 years ago | | | 0 | 0.0015352200 | |
| 6838025 | 6 years ago | | | 0 | 0.00062190000 | |
| 6838011 | 6 years ago | | | 0 | 0.0012365000 | |
| 6837995 | 6 years ago | | | 0 | 0.00094472000 | |
| 6795971 | 6 years ago | | | 0 | 0.0022317400 | |
| 6795687 | 6 years ago | | | 0 | 0.0061326000 |
ABI
ABI objects
Getter at block 21408414
acceptedBudget() view returns (uint256)
0
custodian() view returns (address)
0xd720a4768cace6d508d8b390471d83ba3ae6dd32
decimals() view returns (uint256)
0
investEnd() view returns (uint256)
6956967
investGot() view returns (uint256)
0
investKYC() view returns (uint256)
0
investMax() view returns (uint256)
0
investMin() view returns (uint256)
0
investOwner() view returns (uint256)
162656
investPrice() view returns (uint256)
65536
investStart() view returns (uint256)
0
name() view returns (string)
PicoStocks Asset
owner() view returns (address)
0x3deff5e03b8902c8eae6e3370a3341e0396cfee2
picoid() view returns (uint256)
15
proposalBlock() view returns (uint256)
0
proposalBudget() view returns (uint256)
0
proposalDividendPerShare() view returns (uint256)
0
proposalID() view returns (uint256)
2
proposalPrice() view returns (uint256)
0
proposalTokens() view returns (uint256)
0
proposalVotesNo() view returns (uint256)
0
proposalVotesYes() view returns (uint256)
0
symbol() view returns (string)
pico
totalSupply() view returns (uint256)
162656
totalVotes() view returns (uint256)
162656
totalWeis() view returns (uint256)
0
version() view returns (string)
0.2
www() view returns (string)
this is a development contract with no value
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
amountBuy(uint256 _id) view returns (uint256)
amountSell(uint256 _id) view returns (uint256)
askOf(address _owner) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
dividends(uint256) view returns (uint256)
findBuy(address _who, uint256 _minprice, uint256 _maxprice) view returns (uint256)
findSell(address _who, uint256 _minprice, uint256 _maxprice) view returns (uint256)
lastOf(address _owner) view returns (uint256)
ordersBuy(address _who) view returns (uint256[256])
ordersSell(address _who) view returns (uint256[256])
ownerOf(address _owner) view returns (address)
priceBuy(uint256 _id) view returns (uint256)
priceSell(uint256 _id) view returns (uint256)
voteOf(address _owner) view returns (uint256)
votedOf(address _owner) view returns (uint256)
weiOf(address _owner) view returns (uint256)
whoBuy(uint256 _id) view returns (address)
whoSell(uint256 _id) view returns (address)
State-modifying
Events acceptKYC(address _who)
approve(address _spender, uint256 _value)
buy(uint256 _amount, uint256 _price) payable
cancelBuy(uint256 _id)
cancelSell(uint256 _id)
changeCustodian(address _who)
changeOwner(address _who)
changeWww(string _www)
closeInvestPeriod()
commitDividend(address _who)
deposit() payable
disinvest()
exec(address _to, bytes _data) payable
executeProposal()
invest() payable
pay(address _who) payable
propose(uint256 _dividendpershare, uint256 _budget, uint256 _tokens, uint256 _price)
sell(uint256 _amount, uint256 _price)
setFirstInvestPeriod(uint256 _tokens, uint256 _budget, uint256 _price, uint256 _from, uint256 _length, uint256 _min, uint256 _max, uint256 _kyc, uint256 _picoid, string _symbol)
spend(uint256 _amount, address _who)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
voteNo()
voteNo(uint256 _id)
voteOwner(address _who)
voteYes()
voteYes(uint256 _id)
wire(uint256 _amount, address _who)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
LogAccepted(uint256 proposalDividendPerShare, uint256 proposalBudget, uint256 proposalTokens, uint256 proposalPrice)
LogBudget(uint256 proposalBudget)
LogBuy(address indexed who, uint256 amount, uint256 price)
LogCancelBuy(address indexed who, uint256 amount, uint256 price)
LogCancelSell(address indexed who, uint256 amount, uint256 price)
LogDeposit(address indexed who, uint256 amount)
LogDividend(address indexed who, uint256 amount, uint256 period)
LogDividend(uint256 amount)
LogExec(address indexed who, uint256 amount)
LogNewCustodian(address indexed who)
LogNewOwner(address indexed who)
LogNewWww(string www)
LogNextInvestment(uint256 price, uint256 amount)
LogPayment(address indexed who, address from, uint256 amount)
LogProposal(uint256 dividendpershare, uint256 budget, uint256 moretokens, uint256 minprice)
LogRejected(uint256 proposalDividendPerShare, uint256 proposalBudget, uint256 proposalTokens, uint256 proposalPrice)
LogSell(address indexed who, uint256 amount, uint256 price)
LogTransaction(address indexed from, address indexed to, uint256 amount, uint256 price)
LogVotes(uint256 proposalVotesYes, uint256 proposalVotesNo)
LogWithdraw(address indexed who, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.