Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd572…f4c4
Balances ($0.00)
No balances found for "DRAGON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18186123 | a year ago | | | 0 | 0.00073180427 | |
| 18186119 | a year ago | | | 0 | 0.00073342775 | |
| 18186103 | a year ago | | | 0 | 0.00061307647 | |
| 18186097 | a year ago | | | 0 | 0.00057153586 | |
| 18186094 | a year ago | | | 0 | 0.00056273092 | |
| 18185497 | a year ago | | | 0 | 0.0010210612 | |
| 18185313 | a year ago | | | 0 | 0.0022607376 | |
| 18185189 | a year ago | | | 0 | 0.00070017098 | |
| 18184018 | a year ago | | | 0 | 0.00024945679 | |
| 18183552 | a year ago | | | 0 | 0.0082398674 |
ABI
ABI objects
Getter at block 21301883
MAX_GAS_PRICE() view returns (uint256)
65000000000
currChrgs() view returns (uint256 currentBuyFee, uint256 currentSellFee)
(currentBuyFee=0, currentSellFee=0)
decimals() view returns (uint8)
18
marketWallet() view returns (address)
0x92e0e27217524c371e5b5e4c925b21187c9e9d6e
name() view returns (string)
DRAGON
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DRGN
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingStatus() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkUserBoughtAmount(address _user) view returns (uint256)
checkUserPurchaseTime(address _user) view returns (uint256)
check_fix_6daeef2b(address _user) view returns (bool)
isOutOfChrgs(address _user) view returns (bool)
stringToAddress(string input) pure returns (address)
State-modifying
Events AddLiquidity(uint256 _tokenAmount) payable
approve(address spender, uint256 amount) returns (bool)
changeMaxGasPrice(uint256 _newGasPrice)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dexRebase(address _routerAddress, address _poolAddress)
editTime(uint256 _seconds)
fix_6daeef2b(address[] _usrs, bool _state)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mc_c6b97bd(uint256 _amount)
newChrgs(uint256 _buyFee, uint256 _sellFee)
newCollector(address _newMarketWallet)
outOfChrgs(address _user, bool _status)
renounceOwnership()
tradingStart()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updSudoo(address _newOne)
val_e343fec(uint256 _value)
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(address routerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.