ORSTokenSale
Verified contract
Active on
Ethereum with 336 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 "ORSTokenSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5691717 | 6 years ago | | | 0.20829511 | 0.00056600000 | |
| 5691669 | 6 years ago | | | 0.20886111 | 0.00056600000 | |
| 5688650 | 6 years ago | | | 0.1 | 0.00056600000 | |
| 5688639 | 6 years ago | | | 0.1 | 0.00056600000 | |
| 5685503 | 6 years ago | | | 0 | 0.0020422720 | |
| 5681818 | 6 years ago | | | 0.148 | 0.0011156900 | |
| 5681516 | 6 years ago | | | 3 | 0.00096697000 | |
| 5681505 | 6 years ago | | | 0.02 | 0.0011169700 | |
| 5681449 | 6 years ago | | | 1.5 | 0.00081697000 | |
| 5681209 | 6 years ago | | | 0.026630163 | 0.00081697000 |
ABI
ABI objects
Getter at block 21264605
ADVISORS_SHARE() view returns (uint256)
58333333000000000000000000
BONUS_CAP() view returns (uint256)
60266365000000000000000000
COMPANY_SHARE() view returns (uint256)
127206667000000000000000000
MAINSALE_CAP() view returns (uint256)
281945791000000000000000000
PRESALE_CAP() view returns (uint256)
222247844000000000000000000
TEAM_SHARE() view returns (uint256)
83333333000000000000000000
advisorsWallet() view returns (address)
0x43c954e971db80573861baf0bdfcac1f69f8c0d5
bonusRemaining() view returns (uint256)
0
bountyWallet() view returns (address)
0x6265d03b984c3e1378e42b132d2d76f5a1ccb9ff
closingTime() view returns (uint256)
1527368400
companyWallet() view returns (address)
0xf83547c41dbf888da26d6e3f4a8c0dba30134672
eidooSigner() view returns (address)
0xdd5ecefcaa0cb5d75f7b72dc9d2ce446d6d00520
endTime() view returns (uint256)
1527368400
ended() view returns (bool)
true
isFinalized() view returns (bool)
true
mainsaleRemaining() view returns (uint256)
275662813353733594636412800
openingTime() view returns (uint256)
1526281200
owner() view returns (address)
0x6aa5a27132f2a828350e06fb20e04e7e5e205e9a
presaleRemaining() view returns (uint256)
0
price() view returns (uint256)
10400
rate() view returns (uint256)
10400
remainingTokens() view returns (uint256)
275662813353733594636412800
startTime() view returns (uint256)
1526281200
started() view returns (bool)
true
token() view returns (address)
0xac2e58a06e6265f1cf5084ee58da68e5d75b49ca
totalTokens() view returns (uint256)
281945791000000000000000000
wallet() view returns (address)
0xf5a4cd4e156170281880b645c2c36e4da5610284
Read-only
alreadyPayed(uint64) view returns (uint256)
isKycSigner(address) view returns (bool)
State-modifying
Events buyTokens(uint64 buyerId, uint256 maxAmount, uint8 v, bytes32 r, bytes32 s) payable returns (bool)
buyTokensFor(address buyerAddress, uint64 buyerId, uint256 maxAmount, uint8 v, bytes32 r, bytes32 s) payable returns (bool)
distributePresale(address[] investors, uint256[] tokens)
finalize()
setRate(uint256 newRate)
transferOwnership(address newOwner)
BuyerRefunded(address indexed buyer, uint256 value)
Finalized()
KycVerified(address indexed signer, address buyerAddress, uint64 buyerId, uint256 maxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateChanged(uint256 newRate)
TokenPurchased(address indexed buyer, uint256 value, uint256 tokens)
constructor(address _token, uint256 _rate, uint256 _openingTime, uint256 _closingTime, address _wallet, address _companyWallet, address _advisorsWallet, address _bountyWallet, address[] _kycSigners)
fallback()
This contract contains no error objects.