Genkai

Verified contract

Proxy

Active on Ethereum with 7,046 txns
Deployed by via 0x28fea196 at 17778509
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots

No balances found for "Genkai"

0xa10ac21652d44d81a1d80beec6ebb5b3a2db43d6f59bd1d45ffb35cad1d86350
From
0xd5bd4344bd8ca8a85eca1f93512b6938c39d90dfbd66eea6576efc8f5f9224a8
0x9e407e67486dcf8e474a84916ceeccd44c8e7a7851e669627e0d548d70591779
0x3f2ff9d93e16fbce6ad7d297982a412f195f9975b81e402fdf577b73eec6b641
0x9c034a0b265a7b61dd6adb3a15e7d0e5fc8cca67e5dcf60488e3e2e9f827ba53
0x00b825cbce5798cf802e72020b2a33d2161dc1f642f15dde319f5f52fad9e08f
0x89907690f76f12d107e6edfb961880872ab5d79be4dab388303e05e817da51ce
0xefafe8e079f7de6a78aee6c1fc070cee76c485b328dfeb6e64cc0f9ef7aa4003
0x9620964613ccd3b7d6b078c54811503054e3a5794bec54477d3d0a9dad4806b6
0xa628b846e479997183da0d089cbb4ad74af6e273291c421fb761450720ace030

Functions
Getter at block 20863173
name(view returns (string)
Genkai
owner(view returns (address)
0x00000000000cba43ae9379e73c0ccb4e08d7ed30
symbol(view returns (string)
GENKAI
totalSupply(pure returns (uint256)
20000
updateableURI(view returns (string)
https://kongz.herokuapp.com/api/metadata-genkai/
Read-only
approvedContract(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUnlocked(uint256 _idview returns (bool)
lockCount(uint256view returns (uint256)
lockMap(uint256uint256view returns (address)
lockMapIndex(uint256addressview returns (uint256)
minters(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
freeId(uint256 _idaddress _contract
initialize(string name_string symbol_
lockId(uint256 _id
mint(address _touint256 _tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setLock(bool _val
setMinter(address _minterbool _val
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unlockId(uint256 _id
updateApprovedContracts(address[] _contractsbool[] _values
updateURI(string _uri
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenLocked(uint256 indexed tokenIdaddress indexed approvedContract
TokenUnlocked(uint256 indexed tokenIdaddress indexed approvedContract
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress _adminbytes _data
Fallback and receive
fallback(
receive(
Errors
NotValidMinter(
OperatorNotAllowed(address operator