Pixel Vampire Syndicate
Verified contract
Active on
Ethereum with 2,688 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 "Pixel Vampire Syndicate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158598 | 3 days ago | | | 0 | 0.00060303408 | |
| 21158308 | 3 days ago | | | 0 | 0.00097685706 | |
| 21103107 | 10 days ago | | | 0 | 0.000078942780 | |
| 20735446 | 2 months ago | | | 0 | 0.00069122698 | |
| 20668266 | 2 months ago | | | 0 | 0.000054558148 | |
| 20161260 | 5 months ago | | | 0 | 0.00019718216 | |
| 19940062 | 6 months ago | | | 0 | 0.00030435172 | |
| 19886862 | 6 months ago | | | 0 | 0.00018699022 | |
| 19684054 | 7 months ago | | | 0 | 0.00028328531 | |
| 19682489 | 7 months ago | | | 0 | 0.00035665262 |
ABI
ABI objects
Getter at block 21176527
live() view returns (bool)
true
locked() view returns (bool)
false
name() view returns (string)
Pixel Vampire Syndicate
owner() view returns (address)
0x2c65908d37bf90eaa95506b42758613f6c1b9299
symbol() view returns (string)
PVS
totalSupply() view returns (uint256)
3414
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lock()
mint(uint256[] tokens, bytes signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setSignerAddress(address addr)
toggle()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.