Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6d4a…d108
0xb3c6…91f6
0xea3f…3dbe
Balances ($35,460.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VADER | ERC-20 | 12.428902B | $0.000003 |
$35,298.08 | |
UST | ERC-20 | 4.49K | $0.024591 |
$110.42 | |
MATIC | ERC-20 | 96.190822 | $0.539872 |
$51.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247310 | 5 hours ago | | | 0 | 0.00063831830 | |
| 21244507 | 15 hours ago | | | 0 | 0.00081005269 | |
| 21238469 | a day ago | | | 0 | 0.0011168850 | |
| 21237996 | 2 days ago | | | 0 | 0.00082965421 | |
| 21237860 | 2 days ago | | | 0 | 0.00058170295 | |
| 21237838 | 2 days ago | | | 0 | 0.0012809092 | |
| 21237760 | 2 days ago | | | 0 | 0.00087141371 | |
| 21237551 | 2 days ago | | | 0 | 0.00075174832 | |
| 21236538 | 2 days ago | | | 0 | 0.00068093200 | |
| 21236303 | 2 days ago | | | 0 | 0.00087565236 |
ABI
ABI objects
Getter at block 21248925
converter() view returns (address)
0x6d4a43ee4770a2bab97460d3a3b783641d85d108
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
25000000000000000000000000000
name() view returns (string)
Vader
owner() view returns (address)
0xfd9ad7f8b72fc133543cb7ccc2f11c03b81726f9
symbol() view returns (string)
VADER
totalSupply() view returns (uint256)
24999962662241383060553385821
usdv() view returns (address)
0xea3fb6f331735252e7bfb0b24b3b761301293dbe
vest() view returns (address)
0xb3c600c04aaf603b0f422b73db244216c2e491f6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events adjustMaxSupply(uint256 _maxSupply)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
claimGrant(address beneficiary, uint256 amount)
createEmission(address user, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _user, uint256 _amount)
renounceOwnership()
setComponents(address _converter, address _vest, address[] vesters, uint192[] amounts)
setUSDV(address _usdv)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Emission(address to, uint256 amount)
EmissionChanged(uint256 previous, uint256 next)
GrantClaimed(address indexed beneficiary, uint256 amount)
MaxSupplyChanged(uint256 previous, uint256 next)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolInitialized(address converter, address vest)
Transfer(address indexed from, address indexed to, uint256 value)
USDVSet(address usdv)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.