Meta Miner
Verified contract
Active on
Ethereum with 976 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Meta Miner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21039883 | 8 days ago | | | 0 | 0.00023123788 | |
| 20200213 | 4 months ago | | | 0 | 0.000048571693 | |
| 19827108 | 6 months ago | | | 0 | 0.00035121330 | |
| 19565074 | 7 months ago | | | 0 | 0.00044517577 | |
| 18957188 | 10 months ago | | | 0 | 0.00079960853 | |
| 18957187 | 10 months ago | | | 0 | 0.00079866121 | |
| 17902466 | a year ago | | | 0 | 0.00058329489 | |
| 17902459 | a year ago | | | 0 | 0.00038076231 | |
| 17612553 | a year ago | | | 0 | 0.00072321581 | |
| 17562784 | a year ago | | | 0 | 0.00040439052 |
ABI
ABI objects
Getter at block 21093731
TAX_DENOM() view returns (uint256)
10000
buyFee() view returns (uint256)
0
buyFeeRecipient() view returns (address)
0xaedf4b6ec7e62685a93f4d3965acdcaac83c56a8
decimals() pure returns (uint8)
18
getOwner() view returns (address)
0x75e2f2c5e23b1155a98e72c1a7e722c7a91ef3a5
name() pure returns (string)
Meta Miner
sellFee() view returns (uint256)
0
sellFeeRecipient() view returns (address)
0xaedf4b6ec7e62685a93f4d3965acdcaac83c56a8
symbol() pure returns (string)
MINER
totalSupply() view returns (uint256)
1000000000000000000000000000
transferFee() view returns (uint256)
0
transferFeeRecipient() view returns (address)
0xaedf4b6ec7e62685a93f4d3965acdcaac83c56a8
triggerReceivers() view returns (bool)
false
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTax(address sender, address recipient, uint256 amount) view returns (uint256, address)
permissions(address) view returns (bool isFeeExempt, bool isLiquidityPool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
changeOwner(address newOwner)
registerAutomatedMarketMaker(address account)
setAutoTrigger(bool autoTrigger)
setBuyFeeRecipient(address recipient)
setFeeExempt(address account, bool isExempt)
setFees(uint256 _buyFee, uint256 _sellFee, uint256 _transferFee)
setSellFeeRecipient(address recipient)
setTransferFeeRecipient(address recipient)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unRegisterAutomatedMarketMaker(address account)
withdraw(address token)
withdrawBNB()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnerSet(address indexed oldOwner, address indexed newOwner)
SetAutomatedMarketMaker(address account, bool isMarketMaker)
SetBuyFeeRecipient(address recipient)
SetFeeExemption(address account, bool isFeeExempt)
SetFees(uint256 buyFee, uint256 sellFee, uint256 transferFee)
SetSellFeeRecipient(address recipient)
SetTransferFeeRecipient(address recipient)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.