ConiunPass
Verified contract
Active on
Ethereum with 18,776 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 "ConiunPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135083 | 17 days ago | | | 0 | 0.00041985240 | |
| 21126586 | 18 days ago | | | 0 | 0.00060236547 | |
| 21119596 | 19 days ago | | | 0 | 0.00016931091 | |
| 21105713 | 21 days ago | | | 0 | 0.000078118400 | |
| 21049646 | a month ago | | | 0 | 0.00022528230 | |
| 20982639 | a month ago | | | 0 | 0.00023608509 | |
| 20947684 | a month ago | | | 0 | 0.00024144120 | |
| 20945673 | a month ago | | | 0 | 0.00022878968 | |
| 20904847 | 2 months ago | | | 0 | 0.00012047051 | |
| 20904846 | 2 months ago | | | 0 | 0.00010941970 |
ABI
ABI objects
Getter at block 21256738
INVESTOR_RESERVED_SUPPLY() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
6555
MINT_PER_WALLET() view returns (uint256)
2
PUBLIC_MINT_PRICE() view returns (uint256)
300000000000000000
TEAM_RESERVED_SUPPLY() view returns (uint256)
150
WL_MINT_PRICE() view returns (uint256)
200000000000000000
investorMintCount() view returns (uint256)
100
mintStage() view returns (int256)
1
name() view returns (string)
ConiunPass
owner() view returns (address)
0x92b1df9e40723ab7c9ba7d9585204f514b1e1598
symbol() view returns (string)
CPASS
teamMintCount() view returns (uint256)
150
tokenBaseUrl() view returns (string)
https://coniun.io/api/coniun-pass/metadata-proxy/
tokenUrlSuffix() view returns (string)
.json
totalSupply() view returns (uint256)
6303
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)
investorMint(address receiver, uint256 numTokens)
mint(uint256 numTokens) payable
reduceSupply(uint256 burnAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintStage(int256 _mintStage)
setTokenBaseUrl(string _tokenBaseUrl)
setTokenSuffix(string _tokenUrlSuffix)
teamMint(address receiver, uint256 numTokens)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
wlMint(uint256 numTokens, bytes signature) 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signerAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()