0xc2704dec22e552164dee240b20b840ea379b878e
Verified contract
Proxy
Active on
Ethereum with 3,124 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
-
variable spans 1 additional slot
0x3ddd…5395
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DONA | ERC-20 | 549.32308 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14129731 | 3 years ago | | | 0 | 0.0084132150 | |
| 13794712 | 3 years ago | | | 0 | 0.0075189511 | |
| 13756428 | 3 years ago | | | 0 | 0.0062411925 | |
| 13723097 | 3 years ago | | | 0 | 0.011813287 | |
| 13584189 | 3 years ago | | | 0 | 0.013823910 | |
| 13572477 | 3 years ago | | | 0 | 0.0099153915 | |
| 13379017 | 3 years ago | | | 0 | 0.012394814 | |
| 13377501 | 3 years ago | | | 0 | 0.010551692 | |
| 13367131 | 3 years ago | | | 0 | 0.017185063 | |
| 13363478 | 3 years ago | | | 0 | 0.066513888 |
ABI
ABI objects
Getter at block 21276647
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)
0x058bc8ef040bd3971418e36aa88b64899378ccf4
finalizeTimeExpired() view returns (bool)
true
finalized() view returns (bool)
true
getAllDocuments() view returns (string[])
[telegram, website, twitter, icon, desktopBanner, mobileBanner]
getBaseInformation() view returns (address token, uint64 startTime, uint64 endTime, bool marketFinalized)
(token=0x058bc8ef040bd3971418e36aa88b64899378ccf4, startTime=1631548800, endTime=1631808000, marketFinalized=true)
getDocumentCount() view returns (uint256)
6
getTotalTokens() view returns (uint256)
9800000000000000000000
marketInfo() view returns (uint64 startTime, uint64 endTime, uint128 totalTokens)
(startTime=1631548800, endTime=1631808000, totalTokens=9800000000000000000000)
marketParticipationAgreement() pure returns (string)
I understand that I am interacting with a smart contract. I understand that tokens commited are subject to the token issuer and local laws where applicable. I have reviewed the code of this 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
marketStatus() view returns (uint128 commitmentsTotal, uint128 minimumCommitmentAmount, bool finalized, bool usePointList)
(commitmentsTotal=864800446078485000000, minimumCommitmentAmount=490000000000000000000, finalized=true, usePointList=true)
marketTemplate() view returns (uint256)
3
paymentCurrency() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
pointList() view returns (address)
0xabf596dc7bf2e2b23e23c808821b16f0ff9132dc
tokenPrice() view returns (uint256)
88244943477396428
wallet() view returns (address)
0x3ddd8b6d092df917473680d6c41f80f708c45395
Read-only
claimed(address) view returns (uint256)
commitments(address) view returns (uint256)
getBatchAuctionInitData(address _funder, address _token, uint256 _totalTokens, uint256 _startTime, uint256 _endTime, address _paymentCurrency, uint256 _minimumCommitmentAmount, 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 _minimumCommitmentAmount, 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 _minimumCommitmentAmount)
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 minimumCommitmentAmount)
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.