StokrProjectManager
Verified contract
Active on
Ethereum with 1,839 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb251…3d56
0x2b25…21c9
0xd69b…193e
Balances ($0.00)
No balances found for "StokrProjectManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12573660 | 4 years ago | | | 0 | 0.00039216000 | |
| 11593932 | 4 years ago | | | 0 | 0.0019680000 | |
| 11592184 | 4 years ago | | | 0 | 0.0056000000 | |
| 11591431 | 4 years ago | | | 0 | 0.0056960000 | |
| 11590613 | 4 years ago | | | 0 | 0.0030096000 | |
| 11590349 | 4 years ago | | | 0 | 0.0025280000 | |
| 11590026 | 4 years ago | | | 0 | 0.0035312000 | |
| 11589783 | 4 years ago | | | 0 | 0.0035360000 | |
| 11589539 | 4 years ago | | | 0 | 0.0031200000 | |
| 11589217 | 4 years ago | | | 0 | 0.0054400000 |
ABI
ABI objects
Getter at block 21411640
RATE_LIMIT() view returns (uint256)
11579208923731619542357098500868790785326998466564056403945758400791312963993
crowdsaleFactory() view returns (address)
0xd69bb9d4e770d7de1212b776af2f5096aeeb193e
currentWhitelist() view returns (address)
0xb251fe6a1a8c5559b0d532b00775eb39aa433d56
deploymentBlockNumber() view returns (uint256)
7663944
etherRate() view returns (uint256)
244620
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf711a3529eb53a6375f10c0bbb4646081ffcdc48
projectsCount() view returns (uint256)
6
rateAdmin() view returns (address)
0x564550dafd7ae2bca314408381ec2a81d239b1cf
tokenFactory() view returns (address)
0x2b256b3fa2fee185ddfbf11ae0aaba32870321c9
Read-only
projects(uint256) view returns (string name, address whitelist, address token, address crowdsale)
State-modifying
Events claimOwnership()
createNewProject(string name, string symbol, uint256 tokenPrice, address[3] roles, uint256[6] amounts, uint256[3] period, address[2] wallets)
setCrowdsaleFactory(address newCrowdsaleFactory)
setRate(uint256 newRate)
setRateAdmin(address newRateAdmin)
setTokenFactory(address newTokenFactory)
setWhitelist(address newWhitelist)
transferOwnership(address _newOwner)
transferOwnershipUnsafe(address _newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProjectCreation(uint256 indexed index, address whitelist, address indexed token, address indexed crowdsale)
RateAdminChange(address indexed previous, address indexed current)
RateChange(uint256 previous, uint256 current)
constructor(uint256 etherRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.