DigiDaigaku Genesis Apes
Verified contract
Active on
Ethereum with 35 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 "DigiDaigaku Genesis Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15436215 | 2 years ago | | | 0 | 0.0027577709 | |
| 15436215 | 2 years ago | | | 0 | 0.0027577709 | |
| 15436215 | 2 years ago | | | 0 | 0.0027577709 | |
| 15436214 | 2 years ago | | | 0 | 0.0024653308 | |
| 15436016 | 2 years ago | | | 0 | 0.0016950100 | |
| 15436016 | 2 years ago | | | 0 | 0.0016950100 | |
| 15436016 | 2 years ago | | | 0 | 0.0016950100 | |
| 15436016 | 2 years ago | | | 0 | 0.0016950100 | |
| 15436016 | 2 years ago | | | 0 | 0.0016950100 | |
| 15436016 | 2 years ago | | | 0 | 0.0016950100 |
ABI
ABI objects
Getter at block 21323104
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
2525
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenURI() view returns (string)
baseTokenURI() view returns (string)
collectionSize() view returns (uint256)
2222
currentTokenId() view returns (uint256)
431
getNextTokenId() view returns (uint256)
432
maxBatchSize() view returns (uint256)
25
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
true
name() view returns (string)
DigiDaigaku Genesis Apes
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
owner() view returns (address)
0x4a4ae58bf8af037ee305c6c7f672a1218e42833c
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
DIGIAPES
totalSupply() view returns (uint256)
431
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistOnlyMode()
enableAllowlistOnlyMode()
mintTo(address _to) payable
mintToAL(address _to, bytes32[] _merkleProof) payable
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawAllERC20(address _tokenContract, uint256 _amount)
withdrawAllRampp()
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.
This contract contains no error objects.