Pixel Vault Founder's DAO
Verified contract
Active on
Ethereum with 13,714 txns
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 |
---|---|---|---|---|---|
POW | ERC-20 | 1K | -- | -- | |
PVFD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161969 | 24 minutes ago | | | 0 | 0.00064512271 | |
| 21157856 | 14 hours ago | | | 0 | 0.0015643938 | |
| 21153587 | a day ago | | | 0 | 0.00070873174 | |
| 21153244 | a day ago | | | 0 | 0.00062462151 | |
| 21140706 | 3 days ago | | | 0 | 0.00040214913 | |
| 21139986 | 3 days ago | | | 0 | 0.00056015756 | |
| 21119897 | 6 days ago | | | 0 | 0.00021107344 | |
| 21108945 | 7 days ago | | | 0 | 0.00047929455 | |
| 21108896 | 7 days ago | | | 0 | 0.00023356504 | |
| 21108882 | 7 days ago | | | 0 | 0.00044457213 |
ABI
ABI objects
Getter at block 21162089
COMIC_TOKEN() view returns (address)
0x5ab21ec0bfa0b29545230395e3adaca7d552c948
MAX_COMIC_SUPPLY() view returns (uint256)
10000
WINDOW_CLOSES() view returns (uint256)
1629075600
WINDOW_OPENS() view returns (uint256)
1627692600
name() view returns (string)
Pixel Vault Founder's DAO
owner() view returns (address)
0xfd64b63d4a54e6b1a0aa88e6623046c54f960d00
symbol() view returns (string)
PVFD
totalSupply() view returns (uint256)
5902
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurner(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)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setWindow(uint256 start, uint256 end)
swap(uint256[] tokenIds)
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)
Burned(address indexed burner, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedWindow(uint256 start, uint256 end)
constructor(address comicAddress, string baseURI, uint256 open, uint256 close)
This contract contains no fallback and receive objects.
This contract contains no error objects.