DigiDaigaku
Verified contract
Active on
Ethereum with 11,900 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIGIT | ERC-20 | 289.770662K | -- | -- | |
SOLA | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153588 | 14 hours ago | | | 0 | 0.00063278955 | |
| 21153556 | 15 hours ago | | | 0 | 0.00061841643 | |
| 21124446 | 5 days ago | | | 0 | 0.00019952267 | |
| 21105362 | 7 days ago | | | 0 | 0.00021115202 | |
| 21103153 | 8 days ago | | | 0 | 0.00010145860 | |
| 21101913 | 8 days ago | | | 0 | 0.00017936741 | |
| 21101913 | 8 days ago | | | 0 | 0.00017997686 | |
| 21101730 | 8 days ago | | | 0 | 0.00020539180 | |
| 21060335 | 14 days ago | | | 0 | 0.00032273326 | |
| 21056832 | 14 days ago | | | 0 | 0.00020504180 |
ABI
ABI objects
Getter at block 21157919
baseTokenURI() view returns (string)
https://digidaigaku.com/metadata/
maxSupply() view returns (uint256)
2022
name() view returns (string)
DigiDaigaku
owner() view returns (address)
0x5a8cf09274938a0967d95908d9bfa0ba49b3586d
signer() view returns (address)
0x5cbf6a757b5c636e6d4aa95e478185a62c32827f
suffixURI() view returns (string)
.json
symbol() view returns (string)
DIDA
totalSupply() view returns (uint256)
2022
Read-only
addressMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintFromOwner(uint256 _quantity, address _receiver)
mintPublic(bytes _signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setRoyaltyInfo(address _receiver, uint96 _feeNumerator)
setSigner(address _signer)
setSuffixURI(string _suffixURI)
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)
BaseURISet(string _baseTokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltySet(address _receiver, uint96 _feeNumerator)
SignerSet(address _signer)
SuffixURISet(string _suffixURI)
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.