ApeiroPage
Verified contract
Active on
Ethereum with 198 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 "ApeiroPage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982277 | a month ago | | | 0 | 0.00023229845 | |
| 19617800 | 8 months ago | | | 0 | 0.0014368455 | |
| 18701039 | a year ago | | | 0 | 0.0018965939 | |
| 18658800 | a year ago | | | 0 | 0.0014287344 | |
| 18522739 | a year ago | | | 0 | 0.0015965452 | |
| 18501367 | a year ago | | | 0 | 0.00063859212 | |
| 18501358 | a year ago | | | 0 | 0.00068721670 | |
| 18465683 | a year ago | | | 0 | 0.0020657167 | |
| 18371508 | a year ago | | | 0 | 0.0012400327 | |
| 18331068 | a year ago | | | 0 | 0.00029996081 |
ABI
ABI objects
Getter at block 21270629
availableForWithdrawl() view returns (uint256)
0
canMintInBatch() view returns (uint256)
16
cid() view returns (string)
QmZbujwcGfKKpXkjTZunFtJCqJXyb8X4UUAPk5S7y1ed1L
getPrice() view returns (uint256)
1000000000
maxMint() view returns (uint256)
100
mintedInBatch() view returns (uint256)
0
owner() view returns (address)
0xd3e47274eca0ba20491cd7dcc51f50153645132a
totalMinted() view returns (uint256)
82
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isWhitelisted(address addr) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events enableMint(uint256 count)
mint(uint256 _amountInUsdc)
removeFromWhitelist(address[] addresses)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint256 maxAmt)
setPrice(uint256 price)
transferOwnership(address newOwner)
updateCid(string _cid)
whitelistAddresses(address[] addresses)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.