Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NUK | ERC-20 | 25.822841K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10412140 | 4 years ago | | | 0 | 0.0030516150 | |
| 10412133 | 4 years ago | | | 0 | 0.0028875000 | |
| 9917783 | 5 years ago | | | 0 | 0.00011625200 | |
| 9754330 | 5 years ago | | | 0 | 0.00030000000 | |
| 9696894 | 5 years ago | | | 0 | 0.00012787720 | |
| 9613445 | 5 years ago | | | 0 | 0.000058126000 | |
| 9602072 | 5 years ago | | | 0 | 0.00023250400 | |
| 9477777 | 5 years ago | | | 0 | 0.000063938600 | |
| 9468125 | 5 years ago | | | 0 | 0.00034875600 | |
| 9463738 | 5 years ago | | | 0 | 0.000058126000 |
ABI
ABI objects
Getter at block 21294174
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
3
name() view returns (string)
NUKlear
owner() view returns (address)
0x769a32a69c41c49355901875ba12e95b83e09136
symbol() view returns (string)
NUK
tokenAddressForDivident() view returns (address)
0x0000000000000000000000000000000000000000
tokensForDivident() view returns (uint256)
0
totalSupply() view returns (uint256)
9974382959
Read-only
addressToString(address _addr) pure returns (string)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events ExampleContract() payable
__callback(bytes32 _myid, string _result, bytes _proof)
__callback(bytes32 myid, string result)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
withdrawDivident() payable
withdrawDividentByAdmin()
Approval(address indexed owner, address indexed spender, uint256 value)
DividentTransfer(address from, address to, uint256 value)
LogConstructorInitiated(string nextStep)
LogNewOraclizeQuery(string description)
LogPriceUpdated(string price)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
newOraclizeQuery(string description)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.