DigiDaigaku Girls
Verified contract
Active on
Ethereum with 1,286 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8.17)
Native
Value
$8.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0026 | $3,141.92 |
$8.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104898 | 12 days ago | | | 0 | 0.00029711334 | |
| 21104895 | 12 days ago | | | 0 | 0.00037129060 | |
| 21104889 | 12 days ago | | | 0 | 0.00035318910 | |
| 21104880 | 12 days ago | | | 0 | 0.00033633366 | |
| 21104877 | 12 days ago | | | 0 | 0.00035646082 | |
| 21104869 | 12 days ago | | | 0 | 0.00037519509 | |
| 16458259 | 2 years ago | | | 0 | 0.00038713421 | |
| 16380363 | 2 years ago | | | 0 | 0.00081281038 | |
| 15882042 | 2 years ago | | | 0 | 0.00049245119 | |
| 15478025 | 2 years ago | | | 0 | 0.00024745997 |
ABI
ABI objects
Getter at block 21187425
FREE_MINT_SUPPLY() view returns (uint256)
200
INSTANT_FREE_MINTED() view returns (uint256)
200
MAX_FREE_MINT_PER_ADDR() view returns (uint256)
1
MAX_MINT_PER_ADDR() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
5555
PUBLIC_PRICE() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
DigiDaigaku Girls
owner() view returns (address)
0x4a4ae58bf8af037ee305c6c7f672a1218e42833c
paused() view returns (bool)
false
symbol() view returns (string)
DAIGAIKUGIRLS
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setprice(uint256 __price)
setpublic(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasurymint(uint256 quantity, address user)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()