kBASEv0 - Kitten.Finance
Verified contract
Active on
Ethereum with 1,259 txns
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 |
---|---|---|---|---|---|
kBASEv0 | ERC-20 | 395.293268 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19890203 | 6 months ago | | | 0 | 0.00014434544 | |
| 19890183 | 6 months ago | | | 0 | 0.00016577329 | |
| 18909223 | 10 months ago | | | 0 | 0.00060381100 | |
| 18754921 | a year ago | | | 0 | 0.00062138657 | |
| 18754921 | a year ago | | | 0 | 0.00062138657 | |
| 18627964 | a year ago | | | 0 | 0.0011065431 | |
| 18627963 | a year ago | | | 0 | 0.0018920110 | |
| 18212635 | a year ago | | | 0 | 0.00057876922 | |
| 18191324 | a year ago | | | 0 | 0.00043671195 | |
| 18183192 | a year ago | | | 0 | 0.00050447057 |
ABI
ABI objects
Getter at block 21167517
decimals() view returns (uint8)
18
governance() view returns (address)
0xd8d71629950ce53d7e9f94619b09058d9d9f5866
monetaryPolicy() view returns (address)
0xffc5821c945b1e617d3e743e2575b68f4ffc1422
name() view returns (string)
kBASEv0 - Kitten.Finance
symbol() view returns (string)
kBASEv0
totalSupply() view returns (uint256)
174064566700193644091062
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
setGovernance(address _governance)
setMonetaryPolicy(address monetaryPolicy_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.