EDUCrowdsale
Verified contract
Active on
Ethereum with 1,378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x15b5…2050
0x2a22…ef52
Balances ($0.00)
No balances found for "EDUCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5940987 | 6 years ago | | | 0.005 | 0.000086240000 | |
| 5940891 | 6 years ago | | | 0.005 | 0.000086240000 | |
| 5930007 | 6 years ago | | | 0.0049 | 0.00010780000 | |
| 5929987 | 6 years ago | | | 0.0049 | 0.00010780000 | |
| 5929653 | 6 years ago | | | 0.005 | 0.00010780000 | |
| 5926697 | 6 years ago | | | 0.00002 | 0.00021560000 | |
| 5912229 | 6 years ago | | | 0.00002 | 0.00019404000 | |
| 5906813 | 6 years ago | | | 0.00002 | 0.00019404000 | |
| 5901764 | 6 years ago | | | 0.27 | 0.0021603120 | |
| 5895726 | 6 years ago | | | 0.00003 | 0.00039023600 |
ABI
ABI objects
Getter at block 21409217
cap() view returns (uint256)
34000000000000000000000
capReached() view returns (bool)
false
certifier() view returns (address)
0x15b5d5fa41a56c8f3cd458932aeb957196702050
closingTime() view returns (uint256)
1530446400
getCurrentRate() view returns (uint256)
750
hasClosed() view returns (bool)
true
openingTime() view returns (uint256)
1528113600
owner() view returns (address)
0xfaa1447b9ae34c3893b486b61906b5415106ef57
rate() view returns (uint256)
1050
remainingTokens() view returns (uint256)
29886238617424499464219185
token() view returns (address)
0x2a22e5cca00a3d63308fa39f29202eb1b39eef52
tokenWallet() view returns (address)
0xfaa1447b9ae34c3893b486b61906b5415106ef57
wallet() view returns (address)
0x269d55ef8acfdf0b83ccd08278ab440f87f9e9d8
weiRaised() view returns (uint256)
116484359076319509318
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
changeTokenWallet(address _tokenWallet)
changeWallet(address _wallet)
transferOwnership(address newOwner)
updateCertifier(address _address) returns (bool success)
CertifierChanged(address indexed newCertifier)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
TokenWalletChanged(address indexed newTokenWallet)
WalletChanged(address indexed newWallet)
constructor(address _wallet, address _token, address _tokenWallet, uint256 _cap, uint256 _openingTime, uint256 _closingTime, address _certifier)
fallback()
This contract contains no error objects.