APES REBORN
Verified contract
Active on
Ethereum with 1,751 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 "APES REBORN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15711537 | 2 years ago | | | 0 | 0.0010037544 | |
| 15602724 | 2 years ago | | | 0 | 0.00027411019 | |
| 15596034 | 2 years ago | | | 0 | 0.00053396487 | |
| 15594328 | 2 years ago | | | 0 | 0.00023293719 | |
| 15594122 | 2 years ago | | | 0 | 0.00027833618 | |
| 15594068 | 2 years ago | | | 0.003 | 0.00035441690 | |
| 15594068 | 2 years ago | | | 0.003 | 0.00035441690 | |
| 15594067 | 2 years ago | | | 0 | 0.00025491943 | |
| 15593992 | 2 years ago | | | 0 | 0.00022231689 | |
| 15593966 | 2 years ago | | | 0 | 0.00026181755 |
ABI
ABI objects
Getter at block 21209551
_extension() view returns (string)
.json
adoptionLimit() view returns (uint256)
15
baseURI() view returns (string)
ipfs://bafybeihjocbkuxfofkxjxwpyfbdlr3vns4kccmlf3ctdfmubto4ny7w6ei/
getBalance() view returns (uint256)
0
getBaseURI() view returns (string)
ipfs://bafybeihjocbkuxfofkxjxwpyfbdlr3vns4kccmlf3ctdfmubto4ny7w6ei/
maxSupply() view returns (uint256)
10000
name() view returns (string)
APES REBORN
owner() view returns (address)
0xbf1e373d2c838a477076ab1a3cf7a786f78a5a23
price() view returns (uint256)
3000000000000000
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
APESREBORN
totalSupply() view returns (uint256)
3335
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address owner) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
mintNFT(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
sendGiftsToWallet(address _wallet, uint256 _num)
setAdoptionlimits(uint256 _adoptionLimit)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setmaxSupply(uint256 _supply)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _newBaseURI)
updateExtension(string _temp)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()