Vex Aeterna
Verified contract
Active on
Base with 4,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 5 additional slots
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
(#57896044618658097711785492504343953926634992332820282019728792003956564870006) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564870005) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827015) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827014) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827013) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827012) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827011) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827010) | VEX | ERC-721 | 1 | -- | -- |
(#57896044618658097711785492504343953926634992332820282019728792003956564827009) | VEX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22371703 | 9 days ago | | | 0 | 0.0000010669713 | |
| 21866215 | 21 days ago | | | 0 | 3.9497504e-7 | |
| 21547780 | a month ago | | | 0 | 9.5536956e-7 | |
| 21235820 | a month ago | | | 0 | 2.8008250e-7 | |
| 21096233 | a month ago | | | 0 | 2.5759799e-7 | |
| 21023068 | a month ago | | | 0 | 9.5536956e-7 | |
| 20850075 | a month ago | | | 0 | 2.5220480e-7 | |
| 20849893 | a month ago | | | 0 | 2.4406171e-7 | |
| 20774978 | a month ago | | | 0 | 0.000000105555450000 | |
| 20517936 | 2 months ago | | | 0 | 0.000000406110322415 |
ABI
ABI objects
Getter at block 22758152
DOMAIN_SEPARATOR() view returns (bytes32)
0x235002ae013c489258179b38475b26cae7a087e6054aebea55fcfc7e68d386e5
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
baseTokenURI() view returns (string)
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
100000000000000000000000
erc721TotalSupply() view returns (uint256)
50058
getERC721QueueLength() view returns (uint256)
20945
getHighestRarity() pure returns (uint8)
5
getLowestRarity() pure returns (uint8)
0
imageURI() view returns (string)
https://vexaeterna.mypinata.cloud/ipfs/QmWQNodZhnP8RiuZLariQTTnKMdkaF94nmizqfiMusN8h9/
minted() view returns (uint256)
50058
name() view returns (string)
Vex Aeterna
owner() view returns (address)
0x2e6243a4cdb82b77dc4530a9942ba5eed7431822
symbol() view returns (string)
VEX
totalSupply() view returns (uint256)
100000000000000000000000
units() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
atomicValues(uint256) view returns (uint16)
balanceOf(address) view returns (uint256)
balanceOfByRarity(address _owner, uint8 _rarity) view returns (uint256)
balancesOfByRarity(address _owner) view returns (uint256[6] balances)
colors(uint256) view returns (string)
decodedTokenId(uint256 _tokenId) pure returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
getRarityByTokenId(uint256 _tokenId) pure returns (uint8)
isApprovedForAll(address, address) view returns (bool)
materials(uint256) view returns (string)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
batchTransferERC721(address from_, address to_, uint256[] tokenIds)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferByRarity(address _from, address _to, uint256 _amount, uint8 _rarity)
erc721TransferFrom(address from_, address to_, uint256 id_)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setAtomicValue(uint8 r, uint16 _newValue)
setERC721TransferExempt(address account_, bool value_)
setImageURI(string _imageURI)
setSelfERC721TransferExempt(bool state_)
setTokenURI(string _tokenURI)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_, uint256 maxTotalSupplyERC721_, address initialOwner_, address initialMintRecipient_, address uniswapSwapRouter_, address uniswapV3NonfungiblePositionManager_)
receive()
AlreadyExists()
DecimalsTooLow()
ERC404UniswapV3ExemptFactoryMismatch()
ERC404UniswapV3ExemptWETH9Mismatch()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRarity()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
Unauthorized()
UnsafeRecipient()