TAKAHIRO KOMURO
Verified contract
Active on
Ethereum with 411 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "TAKAHIRO KOMURO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172971 | 12 days ago | | | 0 | 0.0016650704 | |
| 20651153 | 3 months ago | | | 0 | 0.000019413600 | |
| 20575743 | 3 months ago | | | 0 | 0.000084088219 | |
| 19470403 | 8 months ago | | | 0 | 0.0017765357 | |
| 19323593 | 9 months ago | | | 0 | 0.0015989158 | |
| 19131022 | 10 months ago | | | 0 | 0.0010151828 | |
| 19053423 | 10 months ago | | | 0 | 0.00044717608 | |
| 18315306 | a year ago | | | 0 | 0.00038039329 | |
| 17325882 | 2 years ago | | | 0 | 0.0012387528 | |
| 17306010 | 2 years ago | | | 0 | 0.0015471757 |
ABI
ABI objects
Getter at block 21259674
baseURI() view returns (string)
https://xyza.mypinata.cloud/ipfs/QmWf8vNwNf7DLCiSoYrJZzHSDAigkSSeuQSbg6jQc8f9p3/
defaultDropTokenRequirement() view returns (uint256)
0
defaultPrice() view returns (uint256)
600000000000000000
hydraDropTokenRequirement() view returns (uint256)
1
hydraId() view returns (uint256)
51
hydraUriNegative() view returns (string)
https://xyza.mypinata.cloud/ipfs/QmS8Wv72WB3S8sFpnN5jRzYfaE27WtQDABXFFjEw8D4YY2/51-negative
hydraUriNeutral() view returns (string)
https://xyza.mypinata.cloud/ipfs/QmS8Wv72WB3S8sFpnN5jRzYfaE27WtQDABXFFjEw8D4YY2/51
hydraUriPositive() view returns (string)
https://xyza.mypinata.cloud/ipfs/QmS8Wv72WB3S8sFpnN5jRzYfaE27WtQDABXFFjEw8D4YY2/51-positive
isHydraMinted() view returns (bool)
true
minPriceDifference() view returns (int256)
30
name() view returns (string)
TAKAHIRO KOMURO
nextId() view returns (uint256)
87
nextMerkleDropId() view returns (uint256)
1
owner() view returns (address)
0x670c9e262ea86256ba967a6a333d171156b3cbcc
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
priceMultiplier() view returns (int256)
10000
pricePeriod() view returns (uint80)
1
symbol() view returns (string)
TkoM
tokenName() view returns (string)
TAKAHIRO KOMURO
tokenSymbol() view returns (string)
TkoM
uniquesPurchasable() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canBidOnHydra(address _account) view returns (bool)
dropTokenList(uint256) view returns (uint256)
dropTokens(uint256) view returns (bool exists, uint256 supply)
getApproved(uint256 tokenId) view returns (address operator)
isApprovedForAll(address account, address operator) view returns (bool)
isMerkleDropClaimed(uint256 _merkleDropId, address _account) view returns (bool)
merkleDrops(uint256) view returns (bool exists, bytes32 merkleRoot)
ownerOf(uint256 tokenId) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
uniques(uint256) view returns (bool exists, bool customPrice, bool minted, uint256 price, bool customDropTokenRequirement, uint256 dropTokenRequirement)
uri(uint256 _id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnDropTokens(uint256 _id, uint256 _amount)
cancelMerkleDrop(uint256 _merkleDropId)
claimMerkleDrop(uint256 _merkleDropId, bytes32[] _proof, uint256[] _ids, uint256[] _amounts)
claimMerkleDropAndPurchaseUnique(uint256 _merkleDropId, bytes32[] _proof, uint256[] _ids, uint256[] _amounts, uint256 _uniqueId) payable
createDropTokens(uint256[] _amounts)
createMerkleDrop(bytes32 _merkleRoot, uint256[] _ids, uint256[] _amounts) returns (uint256)
createUniques(uint256 _amount)
distributeDropTokens(address _to, uint256 _id, uint256 _amount)
purchaseUnique(uint256 _id) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _value)
setDefaultDropTokenRequirement(uint256 _dropTokenRequirement)
setDefaultPrice(uint256 _price)
setHydraDropTokenRequirement(uint256 _dropTokenRequirement)
setHydraUriNegative(string _uri)
setHydraUriNeutral(string _uri)
setHydraUriPositive(string _uri)
setMinPriceDifference(int256 _value)
setPriceFeed(address _priceFeed)
setPriceMultiplier(int256 _value)
setPricePeriod(uint80 _value)
setTokenName(string _value)
setTokenSymbol(string _value)
setUniqueDropTokenRequirement(uint256 _id, uint256 _dropTokenRequirement)
setUniqueDropTokenRequirementDefault(uint256 _id)
setUniquePrice(uint256 _id, uint256 _price)
setUniquePriceDefault(uint256 _id)
toggleUniquesPurchasable()
transferFrom(address from, address to, uint256 tokenId)
transferHydra(address _to)
transferOwnership(address newOwner)
withdrawFunds(address _to, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseURIUpdated(string value)
DefaultDropTokenRequirementUpdated(uint256 requirement)
DefaultPriceUpdated(uint256 price)
DropTokensBurned(address account, uint256 id, uint256 amount)
DropTokensCreated(uint256 firstId, uint256[] amounts)
DropTokensDistributed(address to, uint256 id, uint256 amount)
FundsWithdrawn(address to, uint256 amount)
HydraDropTokenRequirementUpdated(uint256 requirement)
HydraUriNegativeUpdated(string uri)
HydraUriNeutralUpdated(string uri)
HydraUriPositiveUpdated(string uri)
MerkleDropCancelled(uint256 merkleDropId)
MerkleDropClaimed(uint256 merkleDropId, address account, uint256[] ids, uint256[] amounts)
MerkleDropCreated(uint256 merkleDropId, bytes32 merkleRoot, uint256[] ids, uint256[] amounts)
MinPriceDifferenceUpdated(int256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceFeedUpdated(address priceFeed)
PriceMultiplierUpdated(int256 value)
PricePeriodUpdated(uint80 value)
TokenNameUpdated(string value)
TokenSymbolUpdated(string value)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
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)
UniqueDropTokenRequirementDefault(uint256 id)
UniqueDropTokenRequirementUpdated(uint256 id, uint256 requirement)
UniquePriceDefault(uint256 id)
UniquePriceUpdated(uint256 id, uint256 price)
UniquePurchased(address account, uint256 id, uint256 price)
UniquesCreated(uint256 firstId, uint256 amount)
UniquesPurchasableUpdated(bool purchasable)
constructor(address _priceFeed, string _positiveHydraUri, string _neutralHydraUri, string _negativeHydraUri, string _tokenBaseURI, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.