VelocityPass2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x14f8f02a at 19637750
Slot
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

No balances found for "VelocityPass2"

No transactions found for "VelocityPass2"


Functions
Getter at block 21315837
 
baseERC20(view returns (address base)
 
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
 
symbol(view returns (string)
 
totalSupply(view returns (uint256)
Read-only
balanceOf(address nftOwnerview returns (uint256)
getApproved(uint256 idview returns (address)
isApprovedForAll(address nftOwneraddress operatorview returns (bool)
ownerAt(uint256 idview returns (address)
ownerOf(uint256 idview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool result)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address spenderuint256 idpayable 
initialize(address _owner
safeTransferFrom(address fromaddress touint256 idpayable 
safeTransferFrom(address fromaddress touint256 idbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 idpayable 
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
AlreadyLinked(
CannotLink(
FnSelectorNotRecognized(
NotLinked(
SenderNotBase(
SenderNotDeployer(
TransferToNonERC721ReceiverImplementer(