0x1cf0ec7745de56682bc9a27632e7311fbc71c75a
Verified contract
Proxy
Active on
Ethereum with 51 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
0xfaee…b3a3
Balances ($3,213.01)
Native
Value
$3,213.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1 | $3,213.01 |
$3,213.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16684807 | 2 years ago | | | 0 | 0.0040646849 | |
| 16684799 | 2 years ago | | | 0 | 0.0040992567 | |
| 16684520 | 2 years ago | | | 0 | 0.0019769075 | |
| 12954307 | 3 years ago | | | 0 | 0.0011218880 | |
| 12905007 | 3 years ago | | | 0 | 0.0011120200 | |
| 12760095 | 3 years ago | | | 0 | 0.00038564900 | |
| 12728155 | 3 years ago | | | 0 | 0.00035059000 | |
| 12721601 | 3 years ago | | | 0 | 0.0010517700 | |
| 12701901 | 3 years ago | | | 0 | 0.00035059000 | |
| 12701803 | 3 years ago | | | 0 | 0.00059600300 |
ABI
ABI objects
Getter at block 21172016
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)
false
auctionToken() view returns (address)
0xa3220795524d83825d1ba080902762cc1fe319a0
clearingPrice() view returns (uint256)
200000000000000000
finalizeTimeExpired() view returns (bool)
true
finalized() view returns (bool)
true
getAllDocuments() view returns (string[])
[description, telegram, discord, medium, twitter, icon, website]
getBaseInformation() view returns (address, uint64, uint64, bool)
(0xa3220795524d83825d1ba080902762cc1fe319a0, 1624305600, 1624564800, true)
getDocumentCount() view returns (uint256)
7
getTotalTokens() view returns (uint256)
970000000000000000000
isOpen() view returns (bool)
false
marketInfo() view returns (uint64 startTime, uint64 endTime, uint128 totalTokens)
(startTime=1624305600, endTime=1624564800, totalTokens=970000000000000000000)
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=2000000000000000000, minimumPrice=200000000000000000)
marketStatus() view returns (uint128 commitmentsTotal, bool finalized, bool usePointList)
(commitmentsTotal=14574000000000000000, finalized=true, usePointList=false)
marketTemplate() view returns (uint256)
2
paymentCurrency() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
pointList() view returns (address)
0x0000000000000000000000000000000000000000
priceDrop() view returns (uint256)
6944444444444
priceFunction() view returns (uint256)
200000000000000000
tokenPrice() view returns (uint256)
15024742268041237
totalTokensCommitted() view returns (uint256)
72870000000000000000
wallet() view returns (address)
0xfaeedfd4225dba6168deda3aeb286e2a4b52b3a3
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.