Vision Token
Verified contract
Active on
Ethereum with 4,805 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
18 additional
variables
Balances ($230,205.33)
Native
Value
$230,205.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 69.165131 | $3,328.34 |
$230,205.07 | |
VISION | ERC-20 | 1.1 | $0.237157 |
$0.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251556 | a day ago | | | 0 | 0.0012622390 | |
| 21233475 | 4 days ago | | | 0 | 0.00044072896 | |
| 21222246 | 5 days ago | | | 0 | 0.0012028011 | |
| 21216531 | 6 days ago | | | 0 | 0.0012854120 | |
| 21206102 | 7 days ago | | | 0 | 0.00025631606 | |
| 21206101 | 7 days ago | | | 0 | 0.00022817654 | |
| 21206097 | 7 days ago | | | 0 | 0.00025890045 | |
| 21206095 | 7 days ago | | | 0 | 0.00026343810 | |
| 21206094 | 7 days ago | | | 0 | 0.00025343439 | |
| 21202617 | 8 days ago | | | 0 | 0.00065279666 |
ABI
ABI objects
Getter at block 21259834
DOMAIN_SEPARATOR() view returns (bytes32)
0x0228e53188d674dc0ae31535e8c383e9d123ad1307401bb0a10c3cddf5d814a4
PERMIT_BUY_TYPEHASH() view returns (bytes32)
0xaf42a244b3020d6a2253d9f291b4d3e82240da42b22129a8113a58aa7a3ddb6a
PERMIT_SELL_TYPEHASH() view returns (bytes32)
0x5dfdc7fb4c68a4c249de5e08597626b84fbbe7bfef4ed3500f58003e722cc548
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
__startedOn() view returns (uint256)
1605614207
beneficiary() view returns (address)
0x1bdf168333c18d2562a108b71dc3a786a9ff351e
burnedSupply() view returns (uint256)
143389783762786063471147
buySlopeDen() view returns (uint256)
500000000000000000000000000
buySlopeNum() view returns (uint256)
1
buybackReserve() view returns (uint256)
69165130929283321377
cap() view returns (uint256)
5000000000000000000000000
control() view returns (address)
0x1bdf168333c18d2562a108b71dc3a786a9ff351e
currency() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
feeBasisPoints() view returns (uint256)
0
feeCollector() view returns (address)
0x1bdf168333c18d2562a108b71dc3a786a9ff351e
initGoal() view returns (uint256)
250000000000000000000000
initReserve() view returns (uint256)
1000000000000000000000000
investmentReserveBasisPoints() view returns (uint256)
0
minDuration() view returns (uint256)
0
minInvestment() view returns (uint256)
1
name() view returns (string)
Vision Token
paused() view returns (bool)
false
revenueCommitmentBasisPoints() view returns (uint256)
0
runStartedOn() view returns (uint256)
1605614207
setupFee() view returns (uint256)
0
setupFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
state() view returns (uint256)
1
symbol() view returns (string)
VISION
totalSupply() view returns (uint256)
1777112004273010344888900
version() view returns (string)
3
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateBuyValue(uint256 _currencyValue) view returns (uint256)
estimateExitFee(uint256 _msgValue) view returns (uint256)
estimateSellValue(uint256 _quantityToSell) view returns (uint256)
initInvestors(address) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 _amount)
burnFrom(address _from, uint256 _amount)
buy(address _to, uint256 _currencyValue, uint256 _minTokensBought) payable
close() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address sender)
initialize(uint256 _initReserve, address _currencyAddress, uint256 _initGoal, uint256 _buySlopeNum, uint256 _buySlopeDen, uint256 _investmentReserveBasisPoints, uint256 _setupFee, address _setupFeeRecipient)
initialize(uint256 cap, address sender)
initializeDomainSeparator()
initializeRunStartedOn(uint256 _runStartedOn)
mint(address account, uint256 amount) returns (bool)
pause()
pay(uint256 _currencyValue) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permitBuy(address _from, address _to, uint256 _currencyValue, uint256 _minTokensBought, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
permitSell(address _from, address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
renounceMinter()
renouncePauser()
sell(address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
updateConfig(address _whitelistAddress, address _beneficiary, address _control, address _feeCollector, uint256 _feeBasisPoints, uint256 _revenueCommitmentBasisPoints, uint256 _minInvestment, uint256 _minDuration)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _fairValue)
Buy(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
Close(uint256 _exitFee)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Pay(address indexed _from, uint256 _currencyValue)
Sell(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
StateChange(uint256 _previousState, uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UpdateConfig(address _whitelistAddress, address indexed _beneficiary, address indexed _control, address indexed _feeCollector, uint256 _revenueCommitmentBasisPoints, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _minDuration)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.