xVADER
Verified contract
Proxy
Active on
Ethereum with 19,880 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($6,657.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VADER | ERC-20 | 995.095898M | $0.000007 |
$6,657.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277006 | a day ago | | | 0 | 0.00024033224 | |
| 21236297 | 7 days ago | | | 0 | 0.00097360381 | |
| 21235831 | 7 days ago | | | 0 | 0.0017617233 | |
| 21235193 | 7 days ago | | | 0 | 0.0011668165 | |
| 21221972 | 9 days ago | | | 0 | 0.0014711529 | |
| 21220962 | 9 days ago | | | 0 | 0.0010177036 | |
| 21220956 | 9 days ago | | | 0 | 0.00051020109 | |
| 21213968 | 10 days ago | | | 0 | 0.00038101090 | |
| 21206680 | 11 days ago | | | 0 | 0.00083946514 | |
| 21156319 | 18 days ago | | | 0 | 0.00068316443 |
ABI
ABI objects
Getter at block 21284375
DOMAIN_SEPARATOR() view returns (bytes32)
0x0641fdf24615105a627556476e707ee811798957745f2a597d7c8c48de290894
decimals() view returns (uint8)
18
name() view returns (string)
xVADER
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xfd9ad7f8b72fc133543cb7ccc2f11c03b81726f9
symbol() view returns (string)
xVADER
totalSupply() view returns (uint256)
940345104184569713560965560
vader() view returns (address)
0x2602278ee1882889b946eb11dc0e810075650983
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
leave(uint256 _shares)
nominateNewOwner(address _owner)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnerChanged(address newOwner)
OwnerNominated(address newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.