Kiyoshi's Seeds Project
Verified contract
Active on
Ethereum with 12,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xdbaa…9fc7
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGT | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183950 | 3 days ago | | | 0 | 0.0017402260 | |
| 21134730 | 10 days ago | | | 0 | 0.00040484970 | |
| 21035250 | 24 days ago | | | 0 | 0.00043442330 | |
| 20988794 | a month ago | | | 0 | 0.00070425451 | |
| 20981265 | a month ago | | | 0 | 0.00045530502 | |
| 20852882 | 2 months ago | | | 0 | 0.00047543861 | |
| 20804370 | 2 months ago | | | 0 | 0.00050587128 | |
| 20675446 | 2 months ago | | | 0 | 0.000075420691 | |
| 20660693 | 2 months ago | | | 0 | 0.000031250698 | |
| 20650603 | 3 months ago | | | 0 | 0.000051535803 |
ABI
ABI objects
Getter at block 21206692
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
BURNER() view returns (bytes32)
0x4d494e5445520000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER() view returns (bytes32)
0x4255524e45520000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storage.googleapis.com/kiyoshi-seed/json/
cal() view returns (address)
0xdbaa28cbe70af04ebfb166b1a3e8f8034e5b9fc7
calLevel() view returns (uint256)
1
defaultRoyalty() view returns (address recipient, uint16 bps)
(recipient=0x0000000000000000000000000000000000000000, bps=0)
enableRestrict() view returns (bool)
true
externalSupplier() view returns (address)
0x0000000000000000000000000000000000000000
getLocalContractAllowList() view returns (address[])
[]
getTokenRoyaltiesCount() view returns (uint256)
0
name() view returns (string)
Kiyoshi's Seeds Project
owner() view returns (address)
0x27c6e3e198c8bd448df7a37beda1454fa5224baa
symbol() view returns (string)
KSP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenRoyaltyByIndex(uint256 index) view returns (struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addLocalContractAllowList(address transferer)
burn(address from, uint256 id, uint256 amount)
grantAdmin(address account)
grantRole(bytes32 role, address account)
mint(address to, uint256 id, uint256 amount)
removeLocalContractAllowList(address transferer)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeAdmin(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)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _value)
setBaseURI(string _value)
setCAL(address value)
setCALLevel(uint256 value)
setDefaultRoyalty(struct IEIP2981RoyaltyOverrideTokenRoyalty royalty)
setEnableRestrict(bool value)
setExternalSupplier(address _value)
setTokenRoyalties(struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig[] royaltyConfigs)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DefaultRoyaltySet(address recipient, uint16 bps)
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)
TokenRoyaltyRemoved(uint256 tokenId)
TokenRoyaltySet(uint256 tokenId, address recipient, uint16 bps)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.