Murakami.Flowers Seed
Verified contract
Active on
Ethereum with 24,761 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x370a…61fd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SEED | ERC-20 | 42.222222T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049450 | 15 days ago | | | 0 | 0.00014137635 | |
| 21002734 | 22 days ago | | | 0 | 0.00040312902 | |
| 20967612 | a month ago | | | 0 | 0.00066496176 | |
| 20967339 | a month ago | | | 0 | 0.00078988633 | |
| 20940052 | a month ago | | | 0 | 0.00055075691 | |
| 20927331 | a month ago | | | 0 | 0.00077696758 | |
| 20924322 | a month ago | | | 0 | 0.00073264482 | |
| 20793053 | 2 months ago | | | 0 | 0.0013043491 | |
| 20731783 | 2 months ago | | | 0 | 0.000095172516 | |
| 20612624 | 2 months ago | | | 0 | 0.000086962644 |
ABI
ABI objects
Getter at block 21160113
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SEED() view returns (uint256)
0
active() view returns (bool)
true
maxSupply() view returns (uint256)
10751
merkleRoot() view returns (bytes32)
0xaa19dd43458be7d10922244639ec52001d0c55693e2eebd5bf2bcecac70b4fda
name() view returns (string)
Murakami.Flowers Seed
owner() view returns (address)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
price() view returns (uint256)
108000000000000000
symbol() view returns (string)
SEED
treasury() view returns (address)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 amount)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
grantRole(bytes32 role, address account)
mint(address account, uint256 amount)
redeem(uint256 amount, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setActive(bool newActive)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFlowerAddress(address newFlowerAddress)
setMaxSupply(uint256 newMaxSupply)
setMerkleRoot(bytes32 newRoot)
setPrice(uint256 newPrice)
setTreasury(address newTreasury)
setURI(string newURI)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(string name_, string symbol_, uint256 maxSupply_, uint256 price_, address royalty_, uint96 royaltyFee_, string uri_, address niftyKit_)
This contract contains no fallback and receive objects.
This contract contains no error objects.