Money Capital
Verified contract
Active on
Ethereum with 263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($41.15)
Native
Value
$41.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.011203 | $3,672.86 |
$41.15 | |
M | ERC-20 | 5.030686M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15570943 | 2 years ago | | | 0 | 0.00018904826 | |
| 14344800 | 3 years ago | | | 0 | 0.00063194854 | |
| 14275554 | 3 years ago | | | 0 | 0.0013138338 | |
| 13937628 | 3 years ago | | | 0 | 0.0067564718 | |
| 13937501 | 3 years ago | | | 0 | 0.0028687062 | |
| 13937473 | 3 years ago | | | 0 | 0.0030618744 | |
| 13937440 | 3 years ago | | | 0 | 0.0072777613 | |
| 13937415 | 3 years ago | | | 0 | 0.011226463 | |
| 13937404 | 3 years ago | | | 0 | 0.0029211362 | |
| 13937386 | 3 years ago | | | 0 | 0.0028125637 |
ABI
ABI objects
Getter at block 21312928
buyTaxes() view returns (uint256 rfi, uint256 marketing, uint256 liquidity)
(rfi=5, marketing=5, liquidity=0)
decimals() pure returns (uint8)
9
marketingWallet() view returns (address)
0x0938f54c6e35015407fa1b9302ab05d2ec5c4607
maxWalletBalance() view returns (uint256)
5000000000000000000000000
name() pure returns (string)
Money Capital
owner() view returns (address)
0x5d8a399015f18afaeb4813896df36d614ccc4a6f
pair() view returns (address)
0x760a93cf0d6b419f29148c8469ab2572a5438019
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxes() view returns (uint256 rfi, uint256 marketing, uint256 liquidity)
(rfi=0, marketing=19, liquidity=1)
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
2000000000000000
symbol() pure returns (string)
M
totFeesPaid() view returns (uint256 rfi, uint256 marketing, uint256 liquidity)
(rfi=17768062385068235, marketing=26223095953323633, liquidity=18003112934755525)
totalSupply() view returns (uint256)
100000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address _bot) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferRfi) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAllowedTransfer(address account, bool value)
setBot(address _user, bool value)
setBuyTaxes(uint256 rfi, uint256 liquidity, uint256 marketing)
setMaxWallet(uint256 amount)
setSellTaxes(uint256 rfi, uint256 liquidity, uint256 marketing)
setTradingEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
updateSwapEnabled(bool _enabled)
updateSwapTokensAtAmount(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedRouter(address oldRouter, address newRouter)
constructor(address routerAddress)
receive()
This contract contains no error objects.