Ascended VX
Verified contract
Active on
Ethereum with 442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbe6a…4ac5
Balances ($0.00)
No balances found for "Ascended VX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19877791 | 7 months ago | | | 0 | 0.00047292535 | |
| 18888860 | a year ago | | | 0 | 0.00083324057 | |
| 18393030 | a year ago | | | 0 | 0.00070340713 | |
| 18220257 | a year ago | | | 0 | 0.0027562595 | |
| 17891424 | a year ago | | | 0 | 0.0040304476 | |
| 17851261 | a year ago | | | 0 | 0.00067935891 | |
| 17683329 | a year ago | | | 0 | 0.00087967328 | |
| 16998426 | 2 years ago | | | 0 | 0.0027468390 | |
| 16734494 | 2 years ago | | | 0 | 0.012975138 | |
| 16725257 | 2 years ago | | | 0 | 0.0028957488 |
ABI
ABI objects
Getter at block 21320741
AURA() view returns (address)
0xbe6a20dad94b377af1efaa229ed0e0b91eb54ac5
auraReceiver() view returns (address)
0x000000000000000000000000000000000000dead
auraToMint() view returns (uint256)
50000000000000000000
maxTokens() view returns (uint256)
8888
name() view returns (string)
Ascended VX
owner() view returns (address)
0xd87bc0fadbc48359915b6024ec8dcb237d782ec6
symbol() view returns (string)
AscendedVX
totalSupply() view returns (uint256)
2767
vxMintingPaused() view returns (bool)
false
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId_) pure returns (bool)
tokenOfOwnerByIndex(address address_, uint256 index_) view returns (uint256)
tokenURI(uint256 tokenId_) view returns (string)
walletOfOwner(address address_) view returns (uint256[])
State-modifying
Events approve(address to_, uint256 tokenId_)
mint(uint256 amount_)
multiSafeTransferFrom(address from_, address to_, uint256[] tokenIds_, bytes data_)
multiTransferFrom(address from_, address to_, uint256[] tokenIds_)
ownerMint(address[] tos_, uint256[] amounts_)
safeTransferFrom(address from_, address to_, uint256 tokenId_)
safeTransferFrom(address from_, address to_, uint256 tokenId_, bytes data_)
setAURA(address aura_)
setApprovalForAll(address operator_, bool approved_)
setAuraReceiver(address receiver_)
setAuraToMint(uint256 cost_)
setBaseTokenURI(string uri_)
setBaseTokenURI_EXT(string ext_)
setMintingPaused(bool bool_)
transferFrom(address from_, address to_, uint256 tokenId_)
transferOwnership(address new_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.