Mac Tonight
Verified contract
Active on
Ethereum with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAC | ERC-20 | 6.311049B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196595 | 16 days ago | | | 0 | 0.00043846493 | |
| 20731042 | 3 months ago | | | 0 | 0.00010362039 | |
| 20731019 | 3 months ago | | | 0 | 0.00013637978 | |
| 18293554 | a year ago | | | 0 | 0.00042115765 | |
| 18152409 | a year ago | | | 0 | 0.00038519777 | |
| 18144805 | a year ago | | | 0 | 0.00072627795 | |
| 18121781 | a year ago | | | 0 | 0.0018160923 | |
| 18115888 | a year ago | | | 0 | 0.00094721088 | |
| 18115884 | a year ago | | | 0 | 0.00091189144 | |
| 18115879 | a year ago | | | 0 | 0.00095478494 |
ABI
ABI objects
Getter at block 21311195
_maxTaxSwap() view returns (uint256)
420000000000000000000
_maxTxAmount() view returns (uint256)
14000000000000000000000
_maxWalletSize() view returns (uint256)
14000000000000000000000
_taxSwapThreshold() view returns (uint256)
7000000000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
Mac Tonight
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
MAC
totalSupply() pure returns (uint256)
14000000000000000000000
transferDelayEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFee(address[] _wallets)
includeInFee(address _wallet)
manualSwap()
openTrading()
removeAllFee()
removeLimits()
renounceOwnership()
setBots(address[] _bots)
setSwapEnabled()
setTaxWallet(address _tWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTaxAt(uint256 _newBTA)
updateMaxTaxSwap(uint256 _newMaxAmount)
updatePSB(uint256 _newPSB)
updateSellTaxAt(uint256 _newSTA)
updateTSThreshold(uint256 _newTST)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _safe, address _tWallet)
receive()
Already_Open()
Amount_Zero(string ref)
Bot()
Failed()
Limit(string ref)
Need_Greater()
Not_Safe(string ref)
OwnerOrTaxW()
Zero_Address(string ref)