Gradient Protocol
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GDT | ERC-20 | 50.212029M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19406975 | 8 months ago | | | 0 | 0.0016897616 | |
| 19406966 | 8 months ago | | | 0 | 0.0022916007 | |
| 19406965 | 8 months ago | | | 0 | 0.0016577352 | |
| 19406965 | 8 months ago | | | 0 | 0.0028923383 | |
| 19406964 | 8 months ago | | | 0 | 0.0022887282 | |
| 19406962 | 8 months ago | | | 0 | 0.0021255572 | |
| 19406959 | 8 months ago | | | 0 | 0.0023349005 | |
| 19406957 | 8 months ago | | | 0 | 0.0023548279 | |
| 19406952 | 8 months ago | | | 0 | 0.0033428980 | |
| 19406952 | 8 months ago | | | 0 | 0.0033428980 |
ABI
ABI objects
Getter at block 21189626
buyDevFee() view returns (uint256)
0
buyMarketFee() view returns (uint256)
5
buyTotalFees() view returns (uint256)
5
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xbeae4f9fa01bff8c95db7a3afbddd0671873f9fd
limitsInEffect() view returns (bool)
false
marketingWallet() view returns (address)
0xbeae4f9fa01bff8c95db7a3afbddd0671873f9fd
maximumTransactionAllowed() view returns (uint256)
11000000000000000000000000
maximumWalletAllowed() view returns (uint256)
11000000000000000000000000
name() view returns (string)
Gradient Protocol
owner() view returns (address)
0xbeae4f9fa01bff8c95db7a3afbddd0671873f9fd
sellDevFee() view returns (uint256)
0
sellMarketFee() view returns (uint256)
99
sellTotalFees() view returns (uint256)
99
swapBackThreshold() view returns (uint256)
100000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
GDT
tokensForDev() view returns (uint256)
0
tokensForMarket() view returns (uint256)
50212029179432910510676796
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapPair() view returns (address)
0x6ac0171f78aeb27a473dd9b57cf3820c3d59b934
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludemaximumTransactionAllowed(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool value)
excludeFrommaximumTransactionAllowed(address addr, bool value)
includeFrommaximumTransactionAllowed(address addr, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
openTradingWithPermit(uint8 v, bytes32 r, bytes32 s)
removeLimits() returns (bool)
renounceOwnership()
setAMMPair(address pair, bool value)
setBlackList(address addr, bool enable)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 newMarketFee, uint256 newDevFee)
updateSellFees(uint256 newMarketFee, uint256 newDevFee)
updateSwapEnabled(bool enabled)
updatemaximumTransactionAllowed(uint256 newNum)
updatemaximumWalletAllowed(uint256 newNum)
updateswapBackThreshold(uint256 newAmount) returns (bool)
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()
receive()
This contract contains no error objects.