Baby Ape Beast
Verified contract
Active on
Ethereum with 1,449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($191.03)
Native
Value
$191.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0621 | $3,076.16 |
$191.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19664672 | 7 months ago | | | 0 | 0.00044522858 | |
| 19664635 | 7 months ago | | | 0 | 0.00034285429 | |
| 18890917 | a year ago | | | 0 | 0.00050316940 | |
| 18655307 | a year ago | | | 0 | 0.00096924771 | |
| 18597827 | a year ago | | | 0 | 0.00048288298 | |
| 18406991 | a year ago | | | 0 | 0.00033003871 | |
| 18406988 | a year ago | | | 0 | 0.00032190369 | |
| 18322975 | a year ago | | | 0 | 0.00016507038 | |
| 18322972 | a year ago | | | 0 | 0.00017270471 | |
| 17541958 | a year ago | | | 0 | 0.00036309157 |
ABI
ABI objects
Getter at block 21210871
ERC712_VERSION() view returns (string)
1
MAX_MINT_PER_TX() view returns (uint256)
20
PRICE() view returns (uint256)
6900000000000000
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
SUPPLYCAP() view returns (uint256)
10000
baseTokenURI() view returns (string)
ipfs://QmWSnwS3ubQeWBJeackeZ5myH7NfzD1JwZPJGekaFZTYNY/
contractURI() pure returns (string)
https://us-central1-nft-rampp.cloudfunctions.net/app/IvYr3XSn4yVyDXPg3TzO/contract-metadata
currentTokenId() view returns (uint256)
2310
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xac5162344ef028256b468b6601fa732598620873e7ee8c7f7307f58555386d54
isRevealed() view returns (bool)
true
mintingOpen() view returns (bool)
true
name() view returns (string)
Baby Ape Beast
owner() view returns (address)
0xff7e98664ffe33401bc85e71decce1cfbee561ed
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
BABNFT
totalSupply() view returns (uint256)
2310
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to) payable
mintToAdmin(address _to)
mintToBulkAdmin(address[] addresses, uint256 addressCount)
mintToMultiple(address _to, uint256 _amount) payable
openMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unveil(string _updatedTokenURI)
withdrawAll()
withdrawAllRampp()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.