0x872b40099b7d4c96632ae138834713ae0b224385
Verified contract
Proxy
Active on
Ethereum with 460 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
0x21e5…6b0a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$MAID | ERC-20 | 30.592559 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13247627 | 3 years ago | | | 0 | 0.0040927324 | |
| 13126150 | 3 years ago | | | 0 | 0.0066140340 | |
| 13087013 | 3 years ago | | | 0 | 0.0063907394 | |
| 13049772 | 3 years ago | | | 0 | 0.0041858858 | |
| 13047329 | 3 years ago | | | 0 | 0.0035369640 | |
| 13046646 | 3 years ago | | | 0 | 0.0028492220 | |
| 13036245 | 3 years ago | | | 0 | 0.0040611063 | |
| 13027701 | 3 years ago | | | 0 | 0.0024344700 | |
| 13023527 | 3 years ago | | | 0 | 0.0034747725 | |
| 13013347 | 3 years ago | | | 0 | 0.0043659535 |
ABI
ABI objects
Getter at block 21172376 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)
0x4af698b479d0098229dc715655c667ceb6cd8433
clearingPrice() view returns (uint256)
14941875000000372
finalizeTimeExpired() view returns (bool)
true
finalized() view returns (bool)
true
getBaseInformation() view returns (address, uint64, uint64, bool)
(0x4af698b479d0098229dc715655c667ceb6cd8433, 1628035200, 1628294400, true)
getDocumentCount() view returns (uint256)
12
getTotalTokens() view returns (uint256)
30000000000000000000000
isOpen() view returns (bool)
false
marketInfo() view returns (uint64 startTime, uint64 endTime, uint128 totalTokens)
(startTime=1628035200, endTime=1628294400, totalTokens=30000000000000000000000)
marketParticipationAgreement() pure returns (string)
I understand that I'm interacting with a smart contract. I understand that tokens commited 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=15000000000000000, minimumPrice=1500000000000000)
marketStatus() view returns (uint128 commitmentsTotal, bool finalized, bool usePointList)
(commitmentsTotal=448256250000011160000, finalized=true, usePointList=false)
marketTemplate() view returns (uint256)
2
paymentCurrency() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
pointList() view returns (address)
0x0000000000000000000000000000000000000000
priceDrop() view returns (uint256)
52083333333
priceFunction() view returns (uint256)
1500000000000000
tokenPrice() view returns (uint256)
14941875000000372
totalTokensCommitted() view returns (uint256)
30000000000000000000000
wallet() view returns (address)
0x21e5d7ab4bbdcfc25cb09c8948e6485729246b0a
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.