EyesFi GlassE Pass
Verified contract
Active on
Ethereum with 1,248 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 "EyesFi GlassE Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20645118 | 3 months ago | | | 0 | 0.000055491455 | |
| 20639794 | 3 months ago | | | 0 | 0.000068737388 | |
| 20342159 | 4 months ago | | | 0 | 0.00020893593 | |
| 19858291 | 7 months ago | | | 0 | 0.00020870390 | |
| 19120754 | 10 months ago | | | 0 | 0.00084826940 | |
| 18764226 | a year ago | | | 0 | 0.0012042427 | |
| 18426590 | a year ago | | | 0 | 0.00055042556 | |
| 18338699 | a year ago | | | 0 | 0.00012715604 | |
| 18306307 | a year ago | | | 0 | 0.00023938042 | |
| 18103555 | a year ago | | | 0 | 0.00021627417 |
ABI
ABI objects
Getter at block 21284132
PRICE() view returns (uint256)
0
PreMaxMint() view returns (uint256)
1
PublicMaxMint() view returns (uint256)
3
maxTotalSupply() view returns (uint256)
10000
name() view returns (string)
EyesFi GlassE Pass
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc838f5e5a643bc1b708b79b84bfd624e710c7fae
status() view returns (uint8)
1
symbol() view returns (string)
EGPASS
totalSupply() view returns (uint256)
852
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicNumberMinted(address owner) view returns (uint256)
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)
mint(uint256 num) payable
preSaleMint(uint256 amount, uint256 salt, bytes token) payable
release()
removeSignerOfNum(address signer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setSignerOfNum(address signer, uint256 num)
setStatus(uint8 _status, address signer)
setURI(string newuri)
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)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initURI, address signer1)
This contract contains no fallback and receive objects.
This contract contains no error objects.