Money Coin
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MONEY | ERC-20 | 4.299878M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19443381 | 9 months ago | | | 0 | 0.0015022129 | |
| 19413054 | 9 months ago | | | 0 | 0.0051839852 | |
| 19282425 | 9 months ago | | | 0 | 0.0013875600 | |
| 19281781 | 9 months ago | | | 0 | 0.0013601790 | |
| 19279568 | 9 months ago | | | 0 | 0.0012921162 | |
| 19278527 | 9 months ago | | | 0 | 0.0025560308 | |
| 19278522 | 9 months ago | | | 0 | 0.0026646115 | |
| 19272580 | 9 months ago | | | 0 | 0.0017850657 | |
| 19250563 | 10 months ago | | | 0 | 0.00084384756 | |
| 19237661 | 10 months ago | | | 0 | 0.0011435197 |
ABI
ABI objects
Getter at block 21319010
buyTotalFees() view returns (uint256)
5
communityFundWallet() view returns (address)
0x4b3c2eb13814ed7e7ae0b5688a389cc0b0580659
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xeb6e8a1fe7ad4cdfa49a95ad480422c72d1ab79c
marketingWallet() view returns (address)
0x76c2fcea0a8c5bb7f662c2cf96370c31fbb1012c
maxTransactionAmount() view returns (uint256)
1000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
Money Coin
owner() view returns (address)
0xe258eedde74ac90eab8bc3e551d26beaaadd164c
sellTotalFees() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
MONEY
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x6edb8b8b21125349d0198dfeb3c8a9135467b117
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFee, uint256 _developmentFee, uint256 _communityFundFee)
updateCommunityFundWallet(address _communityFundWallet)
updateDevelopmentWallet(address _developmentWallet)
updateMarketingWallet(address _marketingWallet)
updateMaxWalletAndTxnAmount(uint256 newTxnNum, uint256 newMaxWalletNum)
updateSellFees(uint256 _marketingFee, uint256 _developmentFee, uint256 _communityFundFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdrawStuckETH()
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
communityFundWalletUpdated(address indexed newWallet, address indexed oldWallet)
developmentWalletUpdated(address indexed newWallet, address indexed oldWallet)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.