Infinity Pass
Verified contract
Active on
Ethereum with 356 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 "Infinity Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17589102 | a year ago | | | 0 | 0.0010144951 | |
| 16301173 | 2 years ago | | | 0 | 0.00073420040 | |
| 15846421 | 2 years ago | | | 0 | 0.00029871978 | |
| 15811889 | 2 years ago | | | 0 | 0.00069138805 | |
| 15379584 | 2 years ago | | | 0 | 0.00066050194 | |
| 15342161 | 2 years ago | | | 0 | 0.00055705101 | |
| 15342161 | 2 years ago | | | 0 | 0.00055603698 | |
| 15043893 | 2 years ago | | | 0 | 0.00076047506 | |
| 15043861 | 2 years ago | | | 0 | 0.0012405367 | |
| 15036650 | 2 years ago | | | 0 | 0.0016865803 |
ABI
ABI objects
Getter at block 21400244
MAX_MINT_PER_TX() view returns (uint8)
10
MAX_PASS() view returns (uint64)
1000
Mint_Price() view returns (uint256)
10000000000000000
getPrice() view returns (uint256)
10000000000000000
hasMintStarted() view returns (bool)
false
name() view returns (string)
Infinity Pass
owner() view returns (address)
0xe8541fe7a73f0143b0ab50da26e31df851e3d4b8
symbol() view returns (string)
IPASS
totalSupply() view returns (uint256)
500
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 FlipMintState()
approve(address to, uint256 tokenId)
mint(uint8 quantity) payable
mint_free()
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)
setMintPerTx(uint8 mintQty)
setPrice(uint256 price)
setSupply(uint64 mintSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.