VoxoDeus
Verified contract
Active on
Ethereum with 2,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VoxoDeus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302265 | 2 days ago | | | 0 | 0.00071066219 | |
| 21210371 | 15 days ago | | | 0 | 0.00050910064 | |
| 21196847 | 17 days ago | | | 0 | 0.00070221674 | |
| 21196846 | 17 days ago | | | 0 | 0.00070632099 | |
| 21161154 | 22 days ago | | | 0 | 0.00061240028 | |
| 21154644 | 23 days ago | | | 0 | 0.00024824375 | |
| 21154621 | 23 days ago | | | 0 | 0.00026015955 | |
| 21114959 | a month ago | | | 0 | 0.00035248368 | |
| 21106143 | a month ago | | | 0 | 0.00019921594 | |
| 21103268 | a month ago | | | 0 | 0.00016549788 |
ABI
ABI objects
Getter at block 21319298
baseTokenURI() pure returns (string)
https://api.voxodeus.io/api/voxodeus/
baseURI() view returns (string)
contractURI() pure returns (string)
https://api.voxodeus.io/contract/voxodeus
isOwner() view returns (bool)
false
name() view returns (string)
VoxoDeus
owner() view returns (address)
0x0333f63c8ed192ab07b70d67d18f787198c89fef
symbol() view returns (string)
VXO
totalSupply() view returns (uint256)
6312
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.