DeVerse
Verified contract
Active on
Ethereum with 1,568 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44cc…30a0
0x02b5…48db
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEV | ERC-20 | 69.751688K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148336 | 2 days ago | | | 0 | 0.00029048431 | |
| 21077683 | 12 days ago | | | 0 | 0.00036893343 | |
| 21022897 | 19 days ago | | | 0 | 0.00027687476 | |
| 20981574 | 25 days ago | | | 0 | 0.00024159070 | |
| 20947686 | a month ago | | | 0 | 0.00023671177 | |
| 20790407 | 2 months ago | | | 0 | 0.00056671092 | |
| 20717601 | 2 months ago | | | 0 | 0.000073795162 | |
| 19899534 | 6 months ago | | | 0 | 0.000075429043 | |
| 19755058 | 6 months ago | | | 0 | 0.00067944889 | |
| 19576230 | 7 months ago | | | 0 | 0.0010616386 |
ABI
ABI objects
Getter at block 21162588
_owner() view returns (address)
0x0000000000000000000000000000000000000000
_totalTaxIfBuying() view returns (uint256)
1
_totalTaxIfSelling() view returns (uint256)
1
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
341537712000000000000000000
getTime() view returns (uint256)
1731305783
marketingWalletAddress() view returns (address)
0x44cca78430094376a1128332d202a035a9a330a0
minimumTokensBeforeSwapAmount() view returns (uint256)
72000000000000000000000
name() view returns (string)
DeVerse
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
DEV
teamWalletAddress() view returns (address)
0x02b595a40c1716fad0b4900559c0ca3c14d248db
totalSupply() view returns (uint256)
360000000000000000000000000
uniswapPair() view returns (address)
0x074af76d0d4f4eaa574803b9912c8cf296050787
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
usdt() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setMarketPairStatus(address account, bool newValue)
setNumTokensBeforeSwap(uint256 newLimit)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string coinName, string coinSymbol, uint8 coinDecimals, uint256 supply, address owner, address marketingAddress, address teamAddress)
receive()
This contract contains no error objects.