Keep3r.Link
Verified contract
Active on
Ethereum with 61 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,414.79 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11315769 | 4 years ago | | | 0 | 0.0025628400 | |
| 11315280 | 4 years ago | | | 0 | 0.0039992700 | |
| 11310973 | 4 years ago | | | 0 | 0.0019269211 | |
| 11310590 | 4 years ago | | | 0 | 0.0019269211 | |
| 11310212 | 4 years ago | | | 0 | 0.0019269211 | |
| 11309563 | 4 years ago | | | 0 | 0.0022597080 | |
| 11309542 | 4 years ago | | | 0 | 0.0018178500 | |
| 11309535 | 4 years ago | | | 0 | 0.0018178500 | |
| 11309301 | 4 years ago | | | 0 | 0.0018178500 | |
| 11308555 | 4 years ago | | | 0 | 0.0016952749 |
ABI
ABI objects
Getter at block 21440194
cmContractType() view returns (string)
CMErc20Burn
cmImage() view returns (string)
https://i.imgur.com/rqcMFDq.png
cmURL() view returns (string)
https://keep3r.link/
decimals() view returns (uint8)
18
name() view returns (string)
Keep3r.Link
owner() view returns (address)
0x730421dd52bbc254b59e84db744d0ffd709b1b59
symbol() view returns (string)
KP3RL
totalSupply() view returns (uint256)
300000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _setCMImage(string image)
_setCMURL(string url)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 amount, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.