Locked Degen
Verified contract
Active on
Base with 26,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,556,295.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 741.818213M | $0.008838 |
$6,556,293.22 | |
BAMBOO | ERC-20 | 215 | $0.008946 |
$1.92 | |
DCR | ERC-20 | 1.86K | $0.000315 |
$0.59 | |
BOYS | ERC-20 | 0.2 | $0.003591 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
LOOT | ERC-20 | 1.5K | -- | -- | |
| ERC-20 | 113.490592 | -- | -- | |
MUNO | ERC-20 | 100 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21844770 | a few seconds ago | | | 0 | 8.6428850e-7 | |
| 21844726 | 2 minutes ago | | | 0 | 0.0000011722922 | |
| 21844704 | 3 minutes ago | | | 0 | 9.9842711e-7 | |
| 21844566 | 7 minutes ago | | | 0 | 0.0000012281725 | |
| 21844476 | 10 minutes ago | | | 0 | 0.0000011724547 | |
| 21844438 | 11 minutes ago | | | 0 | 8.2551724e-7 | |
| 21844420 | 12 minutes ago | | | 0 | 0.0000011724547 | |
| 21844384 | 13 minutes ago | | | 0 | 0.0000012682717 | |
| 21844367 | 14 minutes ago | | | 0 | 9.3046052e-7 | |
| 21844267 | 17 minutes ago | | | 0 | 8.1926120e-7 |
ABI
ABI objects
Getter at block 21844778
TOKEN() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
TOKEN_NAME() view returns (string)
Locked Degen
TOKEN_SYMBOL() view returns (string)
LDEGEN
decimals() view returns (uint8)
18
lockDuration() view returns (uint256)
7776000
minDepositAmount() view returns (uint256)
10000000000000000000000
name() view returns (string)
Locked Degen
owner() view returns (address)
0x3c12b77ae8b7dd1feb63d1d6a2a819acda0a41d2
symbol() view returns (string)
LDEGEN
totalSupply() view returns (uint256)
741818213085555671463757961
Read-only
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address account) view returns (uint256)
depositTimestamps(address account) view returns (uint256)
transfer(address, uint256) pure returns (bool)
transferFrom(address, address, uint256) pure returns (bool)
State-modifying
Events deposit(uint256 amount)
reduceLockDuration(uint256 newDuration)
renounceOwnership()
transferOwnership(address newOwner)
updateMinDepositAmount(uint256 newMinDepositAmount)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed account, uint256 depositTimestamp, uint256 amount)
LockDurationUpdated(uint256 duration)
MinDepositAmountUpdated(uint256 minDepositAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 depositTimestamp, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
LockDurationIsTooLong()
LockPeriodOngoing()
MinimumDepositNotMet()
NotSupported()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZeroAmount()