Ignis
Unverified contract
Proxy
Active on
Base with 357 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
xVIRTUAL | ERC-20 | 12.367922M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22860927 | a day ago | | | 0 | 0.000000908473268296 | |
| 22847323 | 2 days ago | | | 0 | 0.0000056153496 | |
| 22649013 | 6 days ago | | | 0 | 0.0000037912112 | |
| 22367373 | 13 days ago | | | 0 | 0.0000033415756 | |
| 22312180 | 14 days ago | | | 0 | 0.0000030080235 | |
| 22280028 | 15 days ago | | | 0 | 0.0000018867728 | |
| 22008586 | 21 days ago | | | 0 | 0.0000014293542 | |
| 21743574 | a month ago | | | 0 | 0.0000038436515 | |
| 21586672 | a month ago | | | 0 | 0.0000031980015 | |
| 21555954 | a month ago | | | 0 | 0.0000057509255 |
ABI
ABI objects
Getter at block 22915788
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
assetToken() view returns (address)
0x33e34b8684565fcf6a9dd52a7e92c4e70211a045
clock() view returns (uint48)
22915788
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0xf4ccc47b6062f721aad106a91d17c8e8d9a4b2dc, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
founder() view returns (address)
0xc12b3ef4ba84c444fadb8855981ffff4de0ba3d5
matureAt() view returns (uint256)
1710906028
name() view returns (string)
Ignis
symbol() view returns (string)
Ignis
totalSupply() view returns (uint256)
12367922382005000000000000
virtualNft() view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastBalanceOf(address account, uint256 timepoint) view returns (uint256)
getPastDelegates(address account, uint256 timepoint) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address, uint256) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
initialize(string name, string symbol, address theFounder, address theAssetToken, address theVirtualNft, uint256 theMatureAt)
stake(uint256 amount, address receiver, address delegatee)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
VotesExpiredSignature(uint256 expiry)