INCEPTIONPASS Collective
Verified contract
Active on
Ethereum with 2,248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($63.62)
Native
Value
$63.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,181.22 |
$63.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20737122 | 2 months ago | | | 0 | 0.00019291396 | |
| 19864655 | 6 months ago | | | 0 | 0.00018445107 | |
| 18864344 | a year ago | | | 0 | 0.0010687583 | |
| 18864342 | a year ago | | | 0 | 0.0012006583 | |
| 18864162 | a year ago | | | 0 | 0.0016998888 | |
| 18749340 | a year ago | | | 0 | 0.0023327240 | |
| 17967893 | a year ago | | | 0 | 0.00062536402 | |
| 17712553 | a year ago | | | 0 | 0.00087561205 | |
| 17712544 | a year ago | | | 0 | 0.0010127990 | |
| 17712488 | a year ago | | | 0 | 0.00077615330 |
ABI
ABI objects
Getter at block 21160413
GOLD_PRICE() view returns (uint256)
80000000000000000
MAX_GOLD_ITEMS() view returns (uint16)
500
MAX_GOLD_MINT() view returns (uint8)
5
MAX_ITEMS() view returns (uint16)
5000
MAX_STANDARD_ITEMS() view returns (uint16)
4500
MAX_STANDARD_MINT() view returns (uint8)
2
STANDARD_PRICE() view returns (uint256)
20000000000000000
_goldTokenIdTracker() view returns (uint16)
500
_standardTokenIdTracker() view returns (uint16)
2875
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdvCpfoVAzNYCYifh6zaeeWiJFxr71fJGoQ7K7UKrfCG6/
name() view returns (string)
INCEPTIONPASS Collective
owner() view returns (address)
0x79792bf612bf456ff9ed70f5016c1c01ee9c7598
paused() view returns (bool)
false
saleActive() view returns (bool)
true
symbol() view returns (string)
INCEPTIONPASS
totalSupply() view returns (uint256)
3375
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
goldMint(address _to, uint16 _count) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI_)
setGoldPrice(uint256 _price)
setSaleStatus(bool _status)
setStandardPrice(uint256 _price)
standardMint(address _to, uint16 _count) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.