Wolk Protocol Token
Verified contract
Active on
Ethereum with 6,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($386,416.68)
Native
Value
$386,369.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 107.275119 | $3,601.67 |
$386,369.58 | |
XDATA | ERC-20 | 1.007102K | $0.046738 |
$47.07 | |
GNO | ERC-20 | 0.000096 | $266.40 |
$0.03 | |
GSE | ERC-20 | 107 | $0.000027 |
$0 | |
CAT | ERC-20 | 1 | $0.000023 |
$0 | |
WOLK | ERC-20 | 192.0671K | -- | -- | |
YOO | ERC-20 | 20.012K | -- | -- | |
VIU | ERC-20 | 4.794706K | -- | -- | |
CNX | ERC-20 | 4K | -- | -- | |
BDG | ERC-20 | 2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19076010 | 10 months ago | | | 0 | 0.00047408502 | |
| 12956991 | 3 years ago | | | 0 | 0.00091327200 | |
| 12771055 | 3 years ago | | | 0 | 0.00010362500 | |
| 12381283 | 4 years ago | | | 0 | 0.0017594500 | |
| 12381279 | 4 years ago | | | 0 | 0.0026637100 | |
| 12303875 | 4 years ago | | | 0 | 0.0014592220 | |
| 12287434 | 4 years ago | | | 0 | 0.0045663600 | |
| 11612188 | 4 years ago | | | 0 | 0.0034827100 | |
| 11612173 | 4 years ago | | | 0 | 0.0032897580 | |
| 11492020 | 4 years ago | | | 0 | 0.0016831320 |
ABI
ABI objects
Getter at block 21283731
allSaleCompleted() view returns (bool)
false
burnBasisPoints() view returns (uint256)
500
burnFormula() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
end_block() view returns (uint256)
4370000
estLiquidationCap() view returns (uint256)
0
exchangeFormula() view returns (address)
0x0000000000000000000000000000000000000000
exchangeIsRunning() view returns (bool)
false
maxPerExchangeBP() view returns (uint256)
50
multisigWallet() view returns (address)
0xba26f95c353498e1c136975818b55ac6e3bbbcec
name() view returns (string)
Wolk Protocol Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
openSaleCompleted() view returns (bool)
false
owner() view returns (address)
0xd80a4004350027f618107fe3240937d54e46c21b
percentageETHReserve() view returns (uint8)
15
presale_start_block() view returns (uint256)
4260350
reserveBalance() view returns (uint256)
0
settlementIsRunning() view returns (bool)
true
start_block() view returns (uint256)
4289200
symbol() view returns (string)
WOLK
tokenGenerationMax() view returns (uint256)
150000000000000000000000000
tokenGenerationMin() view returns (uint256)
50000000000000000000000000
totalSupply() view returns (uint256)
1504927038924944342091743
totalTokens() view returns (uint256)
1504927038924944342091743
wolkSale() view returns (address)
0x1e51e5aee47adab3bd46cfa330fc19a21ca77890
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
checkAuthorization(address _owner, address _serviceProvider) view returns (bool authorizationStatus)
checkFeeSchedule(address _serviceProvider) view returns (address _formulaAddress)
checkServiceFee(address _serviceProvider) view returns (uint256 _feeBasisPoints)
participantBalance(address _participant) view returns (uint256 remainingAllocation)
State-modifying
Events acceptOwnership()
addParticipant(address[] _presaleParticipants, uint256[] _contributionLimits) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
authorizeProvider(address _providerToAdd) returns (bool success)
deauthorizeProvider(address _providerToRemove) returns (bool success)
finalize() payable
finalizeOpenSale()
grantService(address _owner, address _providerToAdd) returns (bool authorizationStatus)
purchaseWolk(address _buyer) payable returns (uint256)
refund()
removeParticipant(address[] _presaleParticipants) returns (bool success)
removeService(address _owner, address _providerToRemove) returns (bool authorizationStatus)
sellWolk(uint256 _wolkAmount) returns (uint256)
setBurnFormula(address _newBurnFormula) returns (bool success)
setBurnRate(uint256 _burnBasisPoints) returns (bool success)
setExchangeFormula(address _newExchangeformula) returns (bool success)
setFeeFormula(address _newFeeFormula) returns (bool success)
setMaxPerExchange(uint256 _maxPerExchange) returns (bool success)
setServiceFee(address _serviceProvider, uint256 _feeBasisPoints) returns (bool success)
settleBuyer(address _buyer, uint256 _value) returns (bool success)
settleSeller(address _seller, uint256 _value) returns (bool success)
tokenGenerationEvent(address _participant) payable
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
updateExchangeStatus(bool _isRunning) returns (bool success)
updateSettlementStatus(bool _isRunning) returns (bool success)
wolkGenesis(uint256 _presaleStartBlock, uint256 _startBlock, uint256 _endBlock, address _wolkWallet, address _wolkSale) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
AuthorizeServiceProvider(address indexed _owner, address _serviceProvider)
BurnTokens(address indexed _from, address indexed _serviceProvider, uint256 _value)
DeauthorizeServiceProvider(address indexed _owner, address _serviceProvider)
LogRefund(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
SetServiceProviderFee(address indexed _serviceProvider, uint256 _feeBasisPoints)
Transfer(address indexed _from, address indexed _to, uint256 _value)
WolkCreated(address indexed _to, uint256 _tokenCreated)
WolkDestroyed(address indexed _from, uint256 _tokenDestroyed)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.