Murakami.Flowers
Verified contract
Active on
Ethereum with 34,648 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x341a…64ef
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
M.F | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260343 | 3 hours ago | | | 0 | 0.00039198207 | |
| 21253379 | a day ago | | | 0 | 0.00047496048 | |
| 21253336 | a day ago | | | 0 | 0.00085196331 | |
| 21250818 | a day ago | | | 0 | 0.00064656705 | |
| 21250447 | a day ago | | | 0 | 0.00098614476 | |
| 21249523 | 2 days ago | | | 0 | 0.00047587804 | |
| 21248720 | 2 days ago | | | 0 | 0.00047310761 | |
| 21248008 | 2 days ago | | | 0 | 0.00067668995 | |
| 21247202 | 2 days ago | | | 0 | 0.00058051876 | |
| 21247120 | 2 days ago | | | 0 | 0.0011844799 |
ABI
ABI objects
Getter at block 21261118
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
active() view returns (bool)
true
name() view returns (string)
Murakami.Flowers
owner() view returns (address)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
symbol() view returns (string)
M.F
totalSupply() view returns (uint256)
10162
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address to)
renounceOwnership()
renounceRole(bytes32 role, address account)
reveal()
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool newActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address seed_, address royalty_, uint96 royaltyFee_, string tokenBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.