Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2447…8c07
Balances ($745.61)
Native
Value
$745.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2431 | $3,067.08 |
$745.61 | |
MONEY | ERC-20 | 31.241769M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20316667 | 4 months ago | | | 0 | 0.00029705415 | |
| 19821674 | 6 months ago | | | 0 | 0.00033607462 | |
| 19250121 | 9 months ago | | | 0 | 0.00078743148 | |
| 18675804 | a year ago | | | 0 | 0.0014927642 | |
| 18575166 | a year ago | | | 0 | 0.0011241704 | |
| 18573063 | a year ago | | | 0 | 0.0013579819 | |
| 18572976 | a year ago | | | 0 | 0.0013978590 | |
| 18565633 | a year ago | | | 0 | 0.0035073039 | |
| 18525559 | a year ago | | | 0 | 0.0011444078 | |
| 18521400 | a year ago | | | 0 | 0.0017647890 |
ABI
ABI objects
Getter at block 21214484
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
JANNY_ROLE() view returns (bytes32)
0x744eed60732ef1413c1151b37832d163badcdd4b724806d4c7a318c45ca01a4f
_totalSupply() view returns (uint256)
790107231003496956624906334
buyTax() view returns (uint256)
275
decimals() pure returns (uint8)
18
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
isTradingEnabled() view returns (bool)
true
name() pure returns (string)
MONEY
originalSupply() view returns (uint256)
1000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
275
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() pure returns (string)
MONEY
taxCanChange() view returns (bool)
true
taxDenominator() view returns (uint256)
10000
totalSupply() view returns (uint256)
790107231003496956624906334
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isNoTaxAccount(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addLpPair(address newPair)
addNoTaxAccount(address account, bool enabled)
approve(address spender, uint256 amount) returns (bool)
changeDevFundsAddress(address newAddress)
changeTaxes(uint256 _buyTax, uint256 _sellTax)
enableTrading()
grantRole(bytes32 role, address account)
jannyUpkeep()
lockTaxes()
manualExtraction(uint256 gasAmount)
removeLpPair(address pairToRemove)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSwapRouter(address newRouter, address newLpPair)
setSwapThreshold(uint256 newDenominator)
thresholdUpkeep()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddLpPair(address indexed newLpPair)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(uint256 indexed tokensBurned)
ChangeDevFundsAddress(address indexed newAddress)
ChangeTaxes(uint256 indexed buyTax, uint256 indexed sellTax)
ChangeThreshold(uint256 indexed newThreshold)
EnableTrading()
NewSwapRouter(address indexed newRouter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveLpPair(address indexed pairToRemove)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
ToggleNoTaxAccount(address indexed account, bool enabled)
TotalSupplyChange(uint256 indexed totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.