Knowledge.io
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Knowledge.io"
ABI
ABI objects
Getter at block 20803845
INITIAL_SUPPLY() pure returns (uint256)
15000000000000000
decimals() pure returns (uint8)
8
implementation() view returns (address)
0x0000000000000000000000000000000000000000
name() pure returns (string)
Knowledge.io
ownersCount() view returns (uint256)
1
prevContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
KNW
totalSupply() view returns (uint256)
15000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
owners(uint256) view returns (address)
paymentInfo(address store, string ref) view returns (uint256 value, uint256 fee, address seller)
State-modifying
Events addOwner(address newOwner)
approve(address _spender, uint256 _value) returns (bool)
cancelPayment(string ref)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initialize() payable
pay(address store, string ref) returns (bool)
removeOwner(uint256 index)
requestPayment(uint256 value, uint256 fee, string ref, address to)
setPrevContract(address contractAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
upgradeFrom(address holder, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
NewImplementation(address implementation)
OwnerAdded(address indexed authorizer, address indexed newOwner, uint256 index)
OwnerRemoved(address indexed authorizer, address indexed oldOwner)
Pay(address indexed from, address indexed seller, address indexed store, uint256 value, uint256 fee, string ref)
PrevContractSet(address contractAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeFrom(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.