UkiyoPendant
Verified contract
Active on
Ethereum with 282 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 "UkiyoPendant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20310254 | 5 months ago | | | 0 | 0.00019271159 | |
| 20263377 | 5 months ago | | | 0 | 0.00019684620 | |
| 20183198 | 6 months ago | | | 0 | 0.00030710658 | |
| 19913780 | 7 months ago | | | 0 | 0.0020941488 | |
| 19699602 | 8 months ago | | | 0 | 0.00031466755 | |
| 19680238 | 8 months ago | | | 0 | 0.00041699443 | |
| 18768006 | a year ago | | | 0 | 0.0010368562 | |
| 18653035 | a year ago | | | 0 | 0.00052796044 | |
| 18409528 | a year ago | | | 0 | 0.00039783121 | |
| 18095070 | a year ago | | | 0 | 0.00044207398 |
ABI
ABI objects
Getter at block 21417293
MAX_ROYALTIES() view returns (uint256)
1000
mintConfig() view returns (uint128 mintPrice, uint64 wlSaleStart, uint64 publicSaleStart)
(mintPrice=330000000000000000, wlSaleStart=1654002000, publicSaleStart=1654312492)
name() view returns (string)
Ukiyo Founder's Pendant
owner() view returns (address)
0x3861758578c12ea5e56ef3830b3531dd17483e2d
symbol() view returns (string)
UKIYOFP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
publicMinted(uint256 tokenId, address owner) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMaxSupplies(uint256) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
whitelistMinted(uint256 tokenId, address owner) view returns (bool)
State-modifying
Events devMint()
publicMint(bytes signature) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string baseExtension)
setBaseUri(string baseUri)
setPendantSupply(uint256 newSupply)
setSigner(address _signerAddress)
setupPublicSaleTime(uint64 _publicSaleStart)
setupWLSaleTime(uint64 _wlSaleStart)
transferOwnership(address newOwner)
updateRoyalty(address _royaltyReceiver, uint96 _royaltyPercent)
whitelistMint(bytes signature) payable
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(uint128 mintPrice_, uint256 maxSupply_, address signerAddress_, address royaltyReceiver_, uint96 royaltyPercent_, string baseTokenUri_, string baseExtension_)
This contract contains no fallback and receive objects.
This contract contains no error objects.