MetaverseHatsumoudeSBT
Verified contract
Active on
Ethereum with 2,221 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 "MetaverseHatsumoudeSBT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16445744 | 2 years ago | | | 0 | 0.00047448196 | |
| 16318988 | 2 years ago | | | 0 | 0.00045780660 | |
| 16318907 | 2 years ago | | | 0 | 0.00040243091 | |
| 16318903 | 2 years ago | | | 0.003 | 0.0012862592 | |
| 16318896 | 2 years ago | | | 0.003 | 0.0013620215 | |
| 16318887 | 2 years ago | | | 0.003 | 0.0015039261 | |
| 16318886 | 2 years ago | | | 0.003 | 0.0014888294 | |
| 16318883 | 2 years ago | | | 0.003 | 0.0013363433 | |
| 16318883 | 2 years ago | | | 0.003 | 0.0013363433 | |
| 16318883 | 2 years ago | | | 0.003 | 0.0013363433 |
ABI
ABI objects
Getter at block 21269232
baseExtension() view returns (string)
baseURI() view returns (string)
https://script.google.com/macros/s/AKfycbw69u3Di9TGutv3gqcCfHeM6wkclLttWpNXqF1Zg2sdLLI0mnU2on_2FrRZmtBL6ce-fQ/exec?tokenId=
maxSupply() view returns (uint256)
2275
mintCost() view returns (uint256)
3000000000000000
name() view returns (string)
MetaverseHatsumoudeSBT
owner() view returns (address)
0xfad2f3e211bea5ca744b0e90bfb946029e3afb04
paused() view returns (bool)
true
symbol() view returns (string)
MHSBT
totalSupply() view returns (uint256)
2239
withdrawAddress() view returns (address)
0x79c1eda948bb6a50e6b88c761cd01133b7350b3a
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMintedAmount(address targetAddress) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses)
approve(address, uint256) payable
mint() payable
pause()
renounceOwnership()
resetBaseExtension()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address, bool)
setBaseExtension(string _value)
setBaseURI(string _value)
setMaxSupply(uint256 _value)
setMintCost(uint256 _value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()