0xapemfers
Verified contract
Active on
Ethereum with 3,289 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 "0xapemfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21054820 | a month ago | | | 0 | 0.00014214863 | |
| 20525120 | 4 months ago | | | 0 | 0.00017086008 | |
| 19947161 | 6 months ago | | | 0 | 0.00020707762 | |
| 19910511 | 6 months ago | | | 0 | 0.00034293813 | |
| 19905919 | 7 months ago | | | 0 | 0.00014460270 | |
| 19886028 | 7 months ago | | | 0 | 0.000090340651 | |
| 19838826 | 7 months ago | | | 0 | 0.000096848306 | |
| 19838826 | 7 months ago | | | 0 | 0.00017013280 | |
| 19658497 | 8 months ago | | | 0 | 0.00017149590 | |
| 19605639 | 8 months ago | | | 0 | 0.00044069703 |
ABI
ABI objects
Getter at block 21332297
isPublicSale() view returns (bool)
true
maxFreeSupply() pure returns (uint16)
4440
maxSupply() view returns (uint256)
8888
name() view returns (string)
0xapemfers
owner() view returns (address)
0x1cc03db22b5d3deed403f46486cec303af55c493
publicCost() view returns (uint128)
6900000000000000
reveled() view returns (bool)
true
symbol() view returns (string)
0xapemfers
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256 balance)
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)
publicFreeMint(uint256 _quantity) payable
publicMint(uint256 _quantity) payable
releaseFunds()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProjectHiddenURI(string projectHiddenURI_)
setProjectStagePaused()
setProjectStagePublic()
setProjectURI(string projectURI_)
setReveled()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint16 initialTokenId_, string projectURI_, address[] payees_, uint256[] payeesShares_)
This contract contains no fallback and receive objects.
This contract contains no error objects.