Ukiyo Players
Verified contract
Active on
Ethereum with 2,049 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,191.46 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20382149 | 4 months ago | | | 0 | 0.00017011812 | |
| 19800241 | 6 months ago | | | 0 | 0.00010121428 | |
| 19798067 | 6 months ago | | | 0 | 0.00036122642 | |
| 19486883 | 8 months ago | | | 0 | 0.00058987552 | |
| 19486882 | 8 months ago | | | 0 | 0.00059525340 | |
| 19486882 | 8 months ago | | | 0 | 0.00059525340 | |
| 18881477 | 10 months ago | | | 0 | 0.00098011813 | |
| 18415673 | a year ago | | | 0 | 0.00097814685 | |
| 17893479 | a year ago | | | 0 | 0.00082782660 | |
| 16717508 | 2 years ago | | | 0 | 0.0010446517 |
ABI
ABI objects
Getter at block 21161096
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ukiyoplayers.mypinata.cloud/ipfs/QmV8kKJdJ7usu3D8qpGtU4oYGJj9cavsvdh3MbnhMoEMai/
mainsaleMax() view returns (uint256)
5
maxSupply() view returns (uint256)
5555
maxSupplyPostsale() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x562d4b1be9d90e9822f4beccbd2d0411f7eaf3e465a000804f2f9915169dc8ba
mintPrice() view returns (uint256)
0
name() view returns (string)
Ukiyo Players
owner() view returns (address)
0xd347b08bae98a3e324430099adeb543751a52606
presaleMax() view returns (uint256)
3
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
UKIYO
totalSupply() view returns (uint256)
5555
whitelistOpen() view returns (bool)
false
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address address_) view returns (uint256[])
whitelistedWallets(address) view returns (bool)
State-modifying
Events addWhiteList(address[] whiteListedAddresses)
approve(address to, uint256 tokenId)
devMint(uint256 mintAmount)
flipPublic()
flipWL()
mintUkiyoPlayer(uint256 howManyUkiyoPlayers) payable
multiTransferFrom(address from_, address to_, uint256[] tokenIds_)
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)
setMaxMainsaleTx(uint256 _mainMax)
setMaxPresaleTx(uint256 _preMax)
setMaxSupply(uint256 _newSupply)
setMintPrice(uint256 _mainsalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMintUkiyoPlayer(uint256 howManyUkiyoPlayers) payable
withdrawEther()
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.