DigiDaigaku Man
Verified contract
Active on
Ethereum with 1,108 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 Man"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17554336 | a year ago | | | 0 | 0.0013505190 | |
| 16511330 | 2 years ago | | | 0 | 0.00058932709 | |
| 16494408 | 2 years ago | | | 0 | 0.0020772852 | |
| 15906529 | 2 years ago | | | 0 | 0.00054222209 | |
| 15906510 | 2 years ago | | | 0 | 0.00052240883 | |
| 15906466 | 2 years ago | | | 0 | 0.00074878000 | |
| 15906453 | 2 years ago | | | 0 | 0.00071939400 | |
| 15818052 | 2 years ago | | | 0 | 0.00060677584 | |
| 15703496 | 2 years ago | | | 0 | 0.00075485139 | |
| 15703455 | 2 years ago | | | 0 | 0.00031400861 |
ABI
ABI objects
Getter at block 21401146
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
1500
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
4044
PRICE() view returns (uint256)
5500000000000000
baseTokenURI() view returns (string)
ipfs://bafybeihsqz5oqo4nkzzo4r3bdxnub57l5xu2r4w2aidesfmswgzwzsplne/
name() view returns (string)
DigiDaigaku Man
owner() view returns (address)
0x4e372e0b91cd7abd4ac5043669e226ea5d13a80a
revealed() view returns (bool)
false
status() view returns (bool)
true
symbol() view returns (string)
DDM
totalSupply() view returns (uint256)
1079
Read-only
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)
perWalletFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OwnerMint(address to, uint256 amount)
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
reveal(bool _revealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
setStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()