Velocity Pass
Verified contract
Active on
Ethereum with 3,575 txns
Balances ($0.00)
No balances found for "Velocity Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201911 | 10 days ago | | | 0 | 0.00033569063 | |
| 21160090 | 16 days ago | | | 0 | 0.00089642133 | |
| 21135616 | 19 days ago | | | 0 | 0.00044314405 | |
| 21135615 | 19 days ago | | | 0 | 0.00074824242 | |
| 21032860 | a month ago | | | 0 | 0.00047171177 | |
| 21028573 | a month ago | | | 0 | 0.00046191555 | |
| 20997749 | a month ago | | | 0 | 0.00023076450 | |
| 20996876 | a month ago | | | 0 | 0.00023247247 | |
| 20943622 | 2 months ago | | | 0 | 0.0023351993 | |
| 20890115 | 2 months ago | | | 0 | 0.00011040802 |
ABI
ABI objects
Getter at block 21274296
admin() view returns (address)
0x0d9e8ddffc62442d6a5394ad6758d3d5851b6696
name() view returns (string)
Velocity Pass
operator() view returns (address)
0x08f0e3bdc1a93fe2d942aa02872485ceb69f9e62
paused() view returns (bool)
false
symbol() view returns (string)
VLCT
totalSupply() view returns (uint256)
1000
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)
changeBaseURI(string newBaseURI)
mintBatch(uint256[] tokenIds)
pause()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOperator(address newOperator)
transferOwnership(address newAdmin)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousAdmin, address indexed newAdmin)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address admin_, address operator_, string baseURI_, string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.