0xa905259c6494aaaa90050d1c9813bb442ff744c1
Verified contract
Proxy
Active on
Ethereum with 787 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2610…7003
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEWO | ERC-20 | 20.543231K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14785853 | 2 years ago | | | 0 | 0.0040699032 | |
| 14785853 | 2 years ago | | | 0 | 0.00081991685 | |
| 13939355 | 3 years ago | | | 0 | 0.0067862919 | |
| 13858777 | 3 years ago | | | 0 | 0.0097203910 | |
| 13852518 | 3 years ago | | | 0 | 0.0061079609 | |
| 13849379 | 3 years ago | | | 0 | 0.0069382787 | |
| 13838186 | 3 years ago | | | 0 | 0.0059969470 | |
| 13813784 | 3 years ago | | | 0 | 0.010864868 | |
| 13809048 | 3 years ago | | | 0 | 0.0048136108 | |
| 13803374 | 3 years ago | | | 0 | 0.0059656309 |
ABI
ABI objects
Getter at block 21160377 getAllDocuments() view returns (string[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
SMART_CONTRACT_ROLE() view returns (bytes32)
0x9d49f397ae9ef1a834b569acb967799a367061e305932181a44f5773da873bfd
auctionEnded() view returns (bool)
true
auctionSuccessful() view returns (bool)
true
auctionToken() view returns (address)
0x1b890fd37cd50bea59346fc2f8ddb7cd9f5fabd5
clearingPrice() view returns (uint256)
284462
finalizeTimeExpired() view returns (bool)
true
finalized() view returns (bool)
true
getBaseInformation() view returns (address, uint64, uint64, bool)
(0x1b890fd37cd50bea59346fc2f8ddb7cd9f5fabd5, 1639056600, 1639143000, true)
getDocumentCount() view returns (uint256)
10
getTotalTokens() view returns (uint256)
24000000000000000000000000
isOpen() view returns (bool)
false
marketInfo() view returns (uint64 startTime, uint64 endTime, uint128 totalTokens)
(startTime=1639056600, endTime=1639143000, totalTokens=24000000000000000000000000)
marketParticipationAgreement() pure returns (string)
I understand that I'm interacting with a smart contract. I understand that tokens committed are subject to the token issuer and local laws where applicable. I reviewed code of the smart contract and understand it fully. I agree to not hold developers or other people associated with the project liable for any losses or misunderstandings
marketPrice() view returns (uint128 startPrice, uint128 minimumPrice)
(startPrice=550000, minimumPrice=75000)
marketStatus() view returns (uint128 commitmentsTotal, bool finalized, bool usePointList)
(commitmentsTotal=6827101267379, finalized=true, usePointList=false)
marketTemplate() view returns (uint256)
2
paymentCurrency() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
pointList() view returns (address)
0x0000000000000000000000000000000000000000
priceDrop() view returns (uint256)
5
priceFunction() view returns (uint256)
75000
tokenPrice() view returns (uint256)
284462
totalTokensCommitted() view returns (uint256)
24000046640250718900942832
wallet() view returns (address)
0x26104955b8280c28ca392f42422fdbdbf93c7003
Read-only
calculateCommitment(uint256 _commitment) view returns (uint256 committed)
claimed(address) view returns (uint256)
commitments(address) view returns (uint256)
getAuctionInitData(address _funder, address _token, uint256 _totalTokens, uint256 _startTime, uint256 _endTime, address _paymentCurrency, uint256 _startPrice, uint256 _minimumPrice, address _admin, address _pointList, address _wallet) pure returns (bytes _data)
getDocument(string _name) view returns (string, uint256)
getDocumentName(uint256 _index) view returns (string)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasAdminRole(address _address) view returns (bool)
hasMinterRole(address _address) view returns (bool)
hasOperatorRole(address _address) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
hasSmartContractRole(address _address) view returns (bool)
tokensClaimable(address _user) view returns (uint256 claimerCommitment)
State-modifying
Events addAdminRole(address _address)
addMinterRole(address _address)
addOperatorRole(address _address)
addSmartContractRole(address _address)
batch(bytes[] calls, bool revertOnFail) payable returns (bool[] successes, bytes[] results)
cancelAuction()
commitEth(address _beneficiary, bool readAndAgreedToMarketParticipationAgreement) payable
commitTokens(uint256 _amount, bool readAndAgreedToMarketParticipationAgreement)
commitTokensFrom(address _from, uint256 _amount, bool readAndAgreedToMarketParticipationAgreement)
enableList(bool _status)
finalize()
grantRole(bytes32 role, address account)
init(bytes _data) payable
initAccessControls(address _admin)
initAuction(address _funder, address _token, uint256 _totalTokens, uint256 _startTime, uint256 _endTime, address _paymentCurrency, uint256 _startPrice, uint256 _minimumPrice, address _admin, address _pointList, address _wallet)
initMarket(bytes _data)
permitToken(address token, address from, address to, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAdminRole(address _address)
removeDocument(string _name)
removeMinterRole(address _address)
removeOperatorRole(address _address)
removeSmartContractRole(address _address)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAuctionPrice(uint256 _startPrice, uint256 _minimumPrice)
setAuctionTime(uint256 _startTime, uint256 _endTime)
setAuctionWallet(address _wallet)
setDocument(string _name, string _data)
setDocuments(string[] _name, string[] _data)
setList(address _list)
withdrawTokens()
withdrawTokens(address beneficiary)
AddedCommitment(address addr, uint256 commitment)
AdminRoleGranted(address indexed beneficiary, address indexed caller)
AdminRoleRemoved(address indexed beneficiary, address indexed caller)
AuctionCancelled()
AuctionFinalized()
AuctionPriceUpdated(uint256 startPrice, uint256 minimumPrice)
AuctionTimeUpdated(uint256 startTime, uint256 endTime)
AuctionWalletUpdated(address wallet)
DocumentRemoved(string indexed _name, string _data)
DocumentUpdated(string indexed _name, string _data)
MinterRoleGranted(address indexed beneficiary, address indexed caller)
MinterRoleRemoved(address indexed beneficiary, address indexed caller)
OperatorRoleGranted(address indexed beneficiary, address indexed caller)
OperatorRoleRemoved(address indexed beneficiary, address indexed caller)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SmartContractRoleGranted(address indexed beneficiary, address indexed caller)
SmartContractRoleRemoved(address indexed beneficiary, address indexed caller)
This contract contains no constructor objects.
receive()
This contract contains no error objects.