Apiens
Verified contract
Active on
Ethereum with 12,515 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 "Apiens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156952 | 4 hours ago | | | 0 | 0.00055638272 | |
| 21154857 | 11 hours ago | | | 0 | 0.00036600308 | |
| 21107196 | 7 days ago | | | 0 | 0.00016142750 | |
| 21006738 | 21 days ago | | | 0 | 0.00024171411 | |
| 20961187 | a month ago | | | 0 | 0.00052351687 | |
| 20948617 | a month ago | | | 0 | 0.00025438657 | |
| 20908272 | a month ago | | | 0 | 0.00018358711 | |
| 20747923 | 2 months ago | | | 0 | 0.000073184393 | |
| 20687900 | 2 months ago | | | 0 | 0.00022450242 | |
| 20687899 | 2 months ago | | | 0 | 0.00020481778 |
ABI
ABI objects
Getter at block 21158251
baseTokenURI() view returns (string)
ipfs://QmaD8MGr8obMSeAUMZymxev1CHi8nxmWq7eXuWsAdPojNN/
claimMerkleRoot() view returns (bytes32)
0x3e722180a0bfb18ca6ab28899c9e5834d41382226e4b6eda48c7dd5a1055dd5f
maxSupply() view returns (uint256)
8000
merkleRoot() view returns (bytes32)
0x61c2336b0e4e10000d251f3f1d7e50df9216e4ab99a2ae2f2f5b4d8dcd53cc02
mintLimit() view returns (uint256)
3
name() view returns (string)
Apiens
owner() view returns (address)
0xc4c313291e03aed45259397ebc55a158bd2820a0
presaleMintLimit() view returns (uint256)
2
price() view returns (uint256)
100000000000000000
status() view returns (uint256)
0
symbol() view returns (string)
APIENS
totalSupply() view returns (uint256)
4229
vault() view returns (address)
0x69f553da33e8978061ced737d74cdd92bae512f0
Read-only
balanceOf(address owner) view returns (uint256)
denylist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMints(address _wallet) view returns (uint256)
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)
claim(bytes32[] _merkleProof, uint256 _amount)
mint(uint256 _amount) payable
presale(bytes32[] _merkleProof, uint256 _amount) payable
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)
setClaimMerkleRoot(bytes32 _claimMerkleRoot)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintLimit(uint256 _mintLimit)
setPresaleMintLimit(uint256 _presaleMintLimit)
setPrice(uint256 _price)
setStatus(uint256 _status)
setVault(address _vault)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()