Utsukushi-sa by Wisu
Verified contract
Active on
Ethereum with 397 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 "Utsukushi-sa by Wisu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18181441 | a year ago | | | 0 | 0.00038763448 | |
| 16689609 | 2 years ago | | | 0 | 0.0012117895 | |
| 16507875 | 2 years ago | | | 0 | 0.00085281979 | |
| 16195065 | 2 years ago | | | 0 | 0.00064387468 | |
| 16180247 | 2 years ago | | | 0 | 0.00071571974 | |
| 16179916 | 2 years ago | | | 0 | 0.00070516895 | |
| 16174318 | 2 years ago | | | 0 | 0.00066657103 | |
| 16172610 | 2 years ago | | | 0 | 0.00070300186 | |
| 16168763 | 2 years ago | | | 0 | 0.00075229405 | |
| 16168601 | 2 years ago | | | 0 | 0.00063015814 |
ABI
ABI objects
Getter at block 21087187
baseURI() view returns (string)
ipfs://QmYcfKcoUcN331XDZM5SYauZU9oncPDhbkTxz3WcUcUXef/
contractV1() view returns (address)
0xbda5c8a86e75447e876ebb022c976ea583cbca5f
cost() view returns (uint256)
3000000000000000
lead() view returns (address)
0xbda5c8a86e75447e876ebb022c976ea583cbca5f
maxPerTxPublic() view returns (uint256)
3
maxPerWalletPublic() view returns (uint256)
3
maxSupply() view returns (uint256)
369
name() view returns (string)
Utsukushi-sa by Wisu
owner() view returns (address)
0xbda5c8a86e75447e876ebb022c976ea583cbca5f
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicPaused() view returns (bool)
false
symbol() view returns (string)
UBW
totalSupply() view returns (uint256)
369
Read-only
addressMintedBalance(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint256 _quanitity)
approve(address to, uint256 tokenId)
publicMint(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 _baseURI)
setContractV1Address(address _contractV1)
setCost(uint256 _cost)
setProxyRegistryAddress(address _proxyRegistryAddress)
setmaxPerTxPublic(uint256 _MPTxPublic)
setmaxPerWalletPublic(uint256 _MPWPublic)
setmaxSupply(uint256 _maxSupply)
togglePublic(bool _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, address _lead, address _contractV1)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TokenDataQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()