MEMEVENGERS
Verified contract
Active on
Ethereum with 5,433 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 20 | $1.00 |
$20 | |
MMVG | ERC-20 | 2T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152534 | a day ago | | | 0 | 0.00055985352 | |
| 21150073 | 2 days ago | | | 0 | 0.00071462013 | |
| 21150060 | 2 days ago | | | 0 | 0.00068847083 | |
| 21148723 | 2 days ago | | | 0 | 0.00027436070 | |
| 21141297 | 3 days ago | | | 0 | 0.00062903824 | |
| 21141289 | 3 days ago | | | 0 | 0.00044162863 | |
| 21141285 | 3 days ago | | | 0 | 0.00050959239 | |
| 21141279 | 3 days ago | | | 0 | 0.00058236638 | |
| 21141205 | 3 days ago | | | 0 | 0.00055197729 | |
| 21106027 | 8 days ago | | | 0 | 0.00026118500 |
ABI
ABI objects
Getter at block 21160996
decimals() view returns (uint8)
18
name() view returns (string)
MEMEVENGERS
owner() view returns (address)
0x3116d0d87892bc41d06431a46ea1210fd94557fb
symbol() view returns (string)
MMVG
totalSupply() view returns (uint256)
470000000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
burnTokens(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
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)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.