Ukiyo Players
Verified contract
Active on
Ethereum with 798 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 "Ukiyo Players"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904734 | a year ago | | | 0 | 0.00070596792 | |
| 18474003 | a year ago | | | 0 | 0.00040187159 | |
| 17621064 | a year ago | | | 0 | 0.0012056121 | |
| 17507609 | a year ago | | | 0 | 0.0010315406 | |
| 16958874 | 2 years ago | | | 0 | 0.00044764858 | |
| 16746006 | 2 years ago | | | 0 | 0.00048912601 | |
| 16596594 | 2 years ago | | | 0 | 0.00086979975 | |
| 16449508 | 2 years ago | | | 0 | 0.00084194267 | |
| 16447018 | 2 years ago | | | 0 | 0.00036551568 | |
| 16388159 | 2 years ago | | | 0 | 0.00044173305 |
ABI
ABI objects
Getter at block 21203405
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ukiyoplayers.mypinata.cloud/ipfs/QmV8kKJdJ7usu3D8qpGtU4oYGJj9cavsvdh3MbnhMoEMai/
mainsaleMax() view returns (uint256)
20
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x60b8fdc2d7af10e23556c66c6e4356c9a73c92f5d1083fee6d40a55d4b9e7505
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Ukiyo Players
owner() view returns (address)
0xd347b08bae98a3e324430099adeb543751a52606
presaleMax() view returns (uint256)
10
symbol() view returns (string)
UKIYO
totalSupply() view returns (uint256)
861
whitelistOpen() view returns (bool)
true
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[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 mintAmount)
flipSales(bool _incomingFlip)
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)
setMerkleRoot(bytes32 incomingBytes)
setMintPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMintUkiyoPlayer(bytes32[] _merkleProof, 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.