Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEVHUB | ERC-20 | 251.15439K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20841918 | 2 months ago | | | 0 | 0.00057891613 | |
| 20841912 | 2 months ago | | | 0 | 0.00056026730 | |
| 20841903 | 2 months ago | | | 0 | 0.00057948109 | |
| 20841899 | 2 months ago | | | 0 | 0.00053788750 | |
| 20841883 | 2 months ago | | | 0 | 0.00056976677 | |
| 20841883 | 2 months ago | | | 0 | 0.00056976677 | |
| 20841874 | 2 months ago | | | 0 | 0.00055520606 | |
| 20841868 | 2 months ago | | | 0 | 0.00059612654 | |
| 20841864 | 2 months ago | | | 0 | 0.00052391322 | |
| 20841864 | 2 months ago | | | 0 | 0.00052391322 |
ABI
ABI objects
Getter at block 21199606
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
251154390305020726912324
getSwapThresholdAmount() view returns (uint256)
430304735230008524179312
maxBuyAmount() view returns (uint256)
2000000000000000000000000
maxWalletAmount() view returns (uint256)
2000000000000000000000000
name() view returns (string)
DevHub
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x0852f2e1f3d6eb82ab9a1b899293621745af5f96
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
DEVHUB
taxwalletAddress() view returns (address)
0x2c0cc819a5b3684cc22354159293862f2801c295
totalSupply() view returns (uint256)
98500000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
taxwalletFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
taxwalletAddressSetup(address _newAddress)
taxwalletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateRouterV2(address router)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
taxwalletAddressUpdated(address taxwalletAddress)
taxwalletFeeSent(address recipient, uint256 amount)
taxwalletFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.