KEYS MAXI
Verified contract
Active on
Ethereum with 1,359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($41,793.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEYS | ERC-20 | 58.941542M | $0.000709 |
$41,793.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21375132 | 18 hours ago | | | 0 | 0.0014898014 | |
| 21356285 | 3 days ago | | | 0 | 0.00091653775 | |
| 21345420 | 5 days ago | | | 0 | 0.0027912015 | |
| 21345357 | 5 days ago | | | 0 | 0.0027685943 | |
| 21296609 | 12 days ago | | | 0 | 0.00090722408 | |
| 21183004 | a month ago | | | 0 | 0.0043528110 | |
| 21152189 | a month ago | | | 0 | 0.0011793577 | |
| 20743631 | 3 months ago | | | 0 | 0.00017974241 | |
| 20743614 | 3 months ago | | | 0 | 0.00021193964 | |
| 20706622 | 3 months ago | | | 0 | 0.00025118464 |
ABI
ABI objects
Getter at block 21380463
calculatePrice() view returns (uint256)
1066956566659696702
decimals() view returns (uint8)
9
getOwner() view returns (address)
0xd7ccd16cf95a3215292122c835cbdfe972f44e19
leaveEarlyFee() view returns (uint256)
44
leaveEarlyFeeTimer() view returns (uint256)
46080
name() view returns (string)
KEYS MAXI
symbol() view returns (string)
LKEYS
token() view returns (address)
0xe0a189c975e4928222978a74517442239a0b86ff
tokenSwapper() view returns (address)
0xe0a189c975e4928222978a74517442239a0b86ff
totalSupply() view returns (uint256)
58941542063839617
Read-only
ReflectionsFromContractBalance(uint256 amount) view returns (uint256)
TokenToContractBalance(uint256 amount) view returns (uint256)
allowance(address, address) pure returns (uint256)
balanceOf(address account) view returns (uint256)
getTotalProfits(address user) view returns (uint256)
remainingLockTime(address user) view returns (uint256)
userInfo(address) view returns (uint256 balance, uint256 unlockBlock, uint256 totalStaked, uint256 totalWithdrawn)
State-modifying
Events approve(address spender, uint256) returns (bool)
changeOwner(address newOwner)
deposit(uint256 amount)
donate() payable
recoverForeignToken(address _token)
setLeaveEarlyFee(uint256 newLeaveEarlyFee)
setLeaveEarlyFeeTimer(uint256 newLeaveEarlyFeeTimer)
setTokenSwapper(address newTokenSwapper)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address, address recipient, uint256 amount) returns (bool)
withdraw(uint256 amount) returns (uint256)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address depositor, uint256 amountToken)
FeeTaken(uint256 fee)
OwnerSet(address indexed oldOwner, address indexed newOwner)
PriceChange(uint256 previous, uint256 current, uint256 totalMAXISupply)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address withdrawer, uint256 amountToken)
constructor(string name_, string symbol_, address token_, address tokenSwapper_, uint256 leaveEarlyFee_, uint256 leaveEarlyFeeTimer_)
receive()
This contract contains no error objects.