DePo Token
Verified contract
Active on
Ethereum with 10,175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f61…b098
Balances ($336.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 500 | $0.446893 |
$223.45 | |
WETH | ERC-20 | 0.03575 | $3,159.41 |
$112.95 | |
DEPO | ERC-20 | 222.812041K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052337 | 23 days ago | | | 0 | 0.00012985869 | |
| 21006440 | a month ago | | | 0 | 0.00021982687 | |
| 21006438 | a month ago | | | 0 | 0.00022848364 | |
| 20646826 | 3 months ago | | | 0 | 0.000029121372 | |
| 20646824 | 3 months ago | | | 0 | 0.000028023422 | |
| 20646823 | 3 months ago | | | 0 | 0.000028685572 | |
| 20646821 | 3 months ago | | | 0 | 0.000029013296 | |
| 20514830 | 3 months ago | | | 0 | 0.000094758476 | |
| 20514829 | 3 months ago | | | 0 | 0.000093142507 | |
| 20389139 | 4 months ago | | | 0 | 0.000063036472 |
ABI
ABI objects
Getter at block 21218965
decimals() view returns (uint8)
18
getLiquidityPool() view returns (address)
0xae8b9d75a75a8b7c5cc5deb51fa916ac49147dad
isProtected() view returns (bool)
true
name() view returns (string)
DePo Token
owner() view returns (address)
0x75a052936d9bc601e48265c37510554814f555bc
symbol() view returns (string)
DEPO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events LiquidityProtection_setLiquidityProtectionService(address _plps)
LiquidityProtection_unblock(address[] _holders)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableProtection()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
revokeBlocked(address[] _holders, address _revokeTo)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.