Via Early User
Verified contract
Active on
Ethereum with 33,435 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 "Via Early User"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213360 | 6 days ago | | | 0 | 0.00024966727 | |
| 21125558 | 19 days ago | | | 0 | 0.00030453606 | |
| 21104804 | 21 days ago | | | 0 | 0.000092207000 | |
| 21060991 | a month ago | | | 0 | 0.00027531595 | |
| 21026435 | a month ago | | | 0 | 0.00017350757 | |
| 21012518 | a month ago | | | 0 | 0.00022873142 | |
| 21011048 | a month ago | | | 0 | 0.00033055525 | |
| 20988321 | a month ago | | | 0 | 0.00029053264 | |
| 20982065 | a month ago | | | 0 | 0.00021115671 | |
| 20982064 | a month ago | | | 0 | 0.00021711298 |
ABI
ABI objects
Getter at block 21258171
lastTokenId() view returns (uint256)
28233
name() view returns (string)
Via Early User
oldSigner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x1a27cdf069f2e8cc5b77b72bea43851086af5d83
signer() view returns (address)
0xfa00077fdd35858f32861a0d9ea36cc2f374588a
symbol() view returns (string)
VIAV1
totalSupply() view returns (uint256)
28233
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
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)
mint(bytes signature, uint256 expiry)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setSigner(address signer_)
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(string baseURI_, address signer_)
This contract contains no fallback and receive objects.
This contract contains no error objects.