MuzzleToken
Verified contract
Active on
Ethereum with 1,161 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 "MuzzleToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21319098 | 3 days ago | | | 0 | 0.00097793821 | |
| 21277111 | 9 days ago | | | 0 | 0.00044204944 | |
| 21240322 | 14 days ago | | | 0 | 0.00056519009 | |
| 21231022 | 15 days ago | | | 0 | 0.00089394467 | |
| 21157187 | 25 days ago | | | 0 | 0.0010126586 | |
| 21152590 | a month ago | | | 0 | 0.00051967765 | |
| 21033097 | a month ago | | | 0 | 0.00033502924 | |
| 21033087 | a month ago | | | 0 | 0.00050887533 | |
| 21023889 | a month ago | | | 0 | 0.00046746582 | |
| 21012805 | a month ago | | | 0 | 0.00043742646 |
ABI
ABI objects
Getter at block 21338256
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
development() view returns (address)
0x040235c58c65e66ac538d46473b8b6a4f6177e8c
muzzleLock() view returns (address)
0x218f04bb5ecb45f9d36e95dab6ada575905de44d
name() view returns (string)
MuzzleToken
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
sellTax() view returns (uint256)
0
symbol() view returns (string)
MUZZ
totalSupply() view returns (uint256)
21000000000000000000000000000
uniswapV2Pair() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
unit() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setBuyTax(uint256 newBuyTax)
setOwner(address newOwner)
setSellTax(uint256 newSellTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawETH(uint256 amount)
withdrawTokens(address token, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _uniswapV2Pair)
This contract contains no fallback and receive objects.
This contract contains no error objects.