VelocityPass2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "VelocityPass2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VelocityPass2"
ABI
ABI objects
Getter at block 21315837 baseERC20() view returns (address base) name() view returns (string) symbol() view returns (string) totalSupply() view returns (uint256)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
balanceOf(address nftOwner) view returns (uint256)
getApproved(uint256 id) view returns (address)
isApprovedForAll(address nftOwner, address operator) view returns (bool)
ownerAt(uint256 id) view returns (address)
ownerOf(uint256 id) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id) payable
initialize(address _owner)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Upgraded(address indexed implementation)
constructor()
fallback()
receive()
AlreadyLinked()
CannotLink()
FnSelectorNotRecognized()
NotLinked()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()