NKCL Master
Verified contract
Active on
Ethereum with 9,575 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 "NKCL Master"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012493 | a month ago | | | 0 | 0.00041884217 | |
| 21012486 | a month ago | | | 0 | 0.00058221236 | |
| 21012412 | a month ago | | | 0 | 0.00044918179 | |
| 21012401 | a month ago | | | 0 | 0.00063064274 | |
| 20982863 | a month ago | | | 0 | 0.00038716011 | |
| 20982854 | a month ago | | | 0 | 0.00059376061 | |
| 20982760 | a month ago | | | 0 | 0.00036657990 | |
| 20982751 | a month ago | | | 0 | 0.00059600402 | |
| 20977097 | a month ago | | | 0 | 0.00059820811 | |
| 20495789 | 3 months ago | | | 0 | 0.000041415300 |
ABI
ABI objects
Getter at block 21255244
admin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
NKCL Master
noTokenLocked() view returns (bool)
false
note() view returns (string)
NKCL is a Personalized Immune-Care Platform using NK Cell. NKCLM is the master coin of NKCL.
owner() view returns (address)
0x7edfda5b5508a03d713047888a7195cdded703ef
payer() view returns (address)
0x0000000000000000000000000000000000000000
payfee() view returns (uint16)
0
symbol() view returns (string)
NKCLM
totalSupply() view returns (uint256)
79503833000000000000000000
transferEnabled() view returns (bool)
true
Read-only
LockTransferAddress(address _sender) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
canTransferIfLocked(address _sender, uint256 _value) view returns (bool)
getMinLockedAmount(address _addr) view returns (uint256 locked)
lockVolumeAddress(address _sender) view returns (uint256 locked)
State-modifying
Events Pay(address _to, uint256 _value) returns (bool success)
addTokenLock(address _addr, uint256 _value)
addTokenLockDate(address _addr, uint256 _value, uint256 _release_time)
addressLockTransfer(address _addr, bool _enable)
addressburn(address _of, uint256 _value)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
enableTransfer(bool _enable)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(uint256 _value)
setAdmin(address newAdmin)
setPayFee(uint16 newFee)
setPayer(address newPayer)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlockAllTokens()
AddTokenLock(address indexed to, uint256 amount)
AddTokenLockDate(address indexed to, uint256 time, uint256 amount)
AddressBurn(address burner, uint256 amount)
AddressLockTransfer(address indexed to, bool _enable)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 amount)
Mint(address indexed minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.