OSYC KEY
Verified contract
Active on
Ethereum with 2,629 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 "OSYC KEY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16915057 | 2 years ago | | | 0 | 0.00036788826 | |
| 16497861 | 2 years ago | | | 0 | 0.00076065249 | |
| 16497706 | 2 years ago | | | 0 | 0.00069760338 | |
| 16497124 | 2 years ago | | | 0 | 0.00080915635 | |
| 16496902 | 2 years ago | | | 0 | 0.00044500837 | |
| 16496574 | 2 years ago | | | 0 | 0.00072007428 | |
| 16496406 | 2 years ago | | | 0 | 0.00049221435 | |
| 16496403 | 2 years ago | | | 0 | 0.00048863442 | |
| 16496369 | 2 years ago | | | 0 | 0.0014820563 | |
| 16496334 | 2 years ago | | | 0 | 0.00080524249 |
ABI
ABI objects
Getter at block 21300064
isAllowToTransfer() view returns (bool)
false
name() view returns (string)
OSYC KEY
owner() view returns (address)
0x45295985e074fd1e08c99363d961f9da3e335e97
publicSale() view returns (bool)
false
symbol() view returns (string)
OSYCKEY
Read-only
MAX_SUPPLY(uint8) view returns (uint16)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
mintedCount(uint8) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events allowToTransfer(bool _isAllowToTransfer)
mintKey(uint8 keyId, uint8 amount, uint8 v, bytes32 r, bytes32 s) payable
mintKeyPublic(uint8 keyId) payable
renounceOwnership()
reserveKey(address account, uint8 keyId, uint8 amount)
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)
setBaseURI(string _baseURI)
setConfig(uint8 keyId, uint16 _max_supply)
setPublicSale(bool _publicSale)
transferOwnership(address newOwner)
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(string _name, string _symbol, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.