AlphaGate
Verified contract
Active on
Ethereum with 530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdb6c…f91f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGATE | ERC-20 | 439.609865K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19877967 | 6 months ago | | | 0 | 0.00065497252 | |
| 19848653 | 6 months ago | | | 0 | 0.00021916566 | |
| 19559707 | 7 months ago | | | 0 | 0.00092492160 | |
| 19447350 | 8 months ago | | | 0 | 0.0012891142 | |
| 19357245 | 8 months ago | | | 0 | 0.0024642173 | |
| 19357242 | 8 months ago | | | 0 | 0.0033762834 | |
| 19213236 | 9 months ago | | | 0 | 0.0016570249 | |
| 19096491 | 10 months ago | | | 0 | 0.00057787283 | |
| 18982534 | 10 months ago | | | 0 | 0.0011974185 | |
| 18926509 | 10 months ago | | | 0 | 0.0011822936 |
ABI
ABI objects
Getter at block 21189554
decimals() view returns (uint8)
9
name() view returns (string)
AlphaGate
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
AGATE
taxAddress() view returns (address)
0xdb6cbfbdfa8c3590aab2828fe6c3f1951dd5f91f
totalSupply() view returns (uint256)
100000000000000000
tradingOpen() view returns (bool)
true
uniswapV2PairAddress() view returns (address)
0xd01a3c36eb9586eaf500f6d7d034da1e2090ddad
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
manualSwap(uint256 _tokenAmount)
removeLimits()
renounceOwnership()
setFeeExempt(address addressToExempt, bool isExempt)
setSwapThresholdPercent(uint256 _newSwapThresholdPercent)
setTxLimit(uint256 _newMaxTxLimitPercent)
setUniswapV2Pair(address pairAddress)
startTrading()
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)
TradingStarted()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxAddress)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)