MuddyMemoryToken
Verified contract
Active on
Ethereum with 26 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 "MuddyMemoryToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17509991 | a year ago | | | 0 | 0.00069851234 | |
| 17509991 | a year ago | | | 0 | 0.00038146267 | |
| 17509988 | a year ago | | | 0 | 0.00070934400 | |
| 17509982 | a year ago | | | 0 | 0.00038975958 | |
| 17509981 | a year ago | | | 0 | 0.00069282054 | |
| 17509952 | a year ago | | | 0 | 0.00060118426 | |
| 17509917 | a year ago | | | 0 | 0.00082539234 | |
| 17509908 | a year ago | | | 0 | 0.00092944794 | |
| 17509876 | a year ago | | | 0 | 0.0019182111 | |
| 17509876 | a year ago | | | 0 | 0.00084290106 |
ABI
ABI objects
Getter at block 21393140
TOKEN_DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
MuddyMemoryToken
TOKEN_SYMBOL() view returns (string)
MUDMEM
TOKEN_TOTAL_SUPPLY() view returns (uint256)
120000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MuddyMemoryToken
obtainCustodian() view returns (address)
0x000000000000000000000000000000000000dead
obtainTokenOriginator() view returns (address)
0x84e56970146a5a0311ceaaa7195990ee24671cc3
symbol() view returns (string)
MUDMEM
totalSupply() view returns (uint256)
120000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
findTransferAmountConstraint(address account) view returns (uint256)
State-modifying
Events adjustTokenTallies(address[] users, uint256 targetAmount)
appointTokenOriginator(address newOriginator)
approve(address spender, uint256 amount) returns (bool)
defineTransferAmountConstraints(address[] accounts, uint256 amount)
relinquishCustody()
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)
CustodianSwapped(address indexed formerCustodian, address indexed newCustodian)
TokensAllocated(address indexed user, uint256 oldTally, uint256 newTally)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.