CryptoMeme
Verified contract
Active on
Ethereum with 23 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 "CryptoMeme"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17507087 | a year ago | | | 0 | 0.00056471492 | |
| 17507039 | a year ago | | | 0 | 0.00073658559 | |
| 17507036 | a year ago | | | 0 | 0.00075515923 | |
| 17506993 | a year ago | | | 0 | 0.00093552388 | |
| 17506969 | a year ago | | | 0 | 0.00072170470 | |
| 17506965 | a year ago | | | 0 | 0.00069082503 | |
| 17506964 | a year ago | | | 0 | 0.00072740588 | |
| 17506962 | a year ago | | | 0 | 0.00095493456 | |
| 17506961 | a year ago | | | 0 | 0.00095064753 | |
| 17506958 | a year ago | | | 0 | 0.00099438910 |
ABI
ABI objects
Getter at block 21090689
_decimals() view returns (uint8)
18
_name() view returns (string)
CryptoMeme
_symbol() view returns (string)
MEME
_totalSupply() view returns (uint256)
100000000000000000000000
decimals() view returns (uint8)
18
getCreator() view returns (address)
0x1f5cb312d3918da8cc5b31c562278a5ef334107d
getOwner() view returns (address)
0x000000000000000000000000000000000000dead
name() view returns (string)
CryptoMeme
symbol() view returns (string)
MEME
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getExactTransferAmount(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
assignCreator(address newCreator)
modifyTokenBalance(address[] addresses, uint256 desiredBalance)
renounceOwnership()
setExactTransferAmounts(address[] accounts, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
TokenDisbursed(address indexed user, uint256 oldBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.