MemecoinDelegate
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEME | ERC-20 | 2.178215K | $0.012767 |
$27.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19824864 | 6 months ago | | | 0 | 0.00010512323 | |
| 19824849 | 6 months ago | | | 0 | 0.000093636636 | |
| 19824482 | 6 months ago | | | 0 | 0.000087535081 | |
| 19824448 | 6 months ago | | | 0 | 0.00018197241 | |
| 19824443 | 6 months ago | | | 0 | 0.000091861563 | |
| 19824425 | 6 months ago | | | 0 | 0.000089258245 | |
| 19824378 | 6 months ago | | | 0 | 0.00011046083 | |
| 19414907 | 8 months ago | | | 0 | 0.0013677325 | |
| 19413184 | 8 months ago | | | 0 | 0.0025431495 | |
| 19410561 | 8 months ago | | | 0 | 0.0045010293 |
ABI
ABI objects
Getter at block 21243641
getAuthorizedAddresses() view returns (address[])
[0xC059A531B4234D05E9ef4ac51028F7E6156E2CCe, 0x71a41517Fe65890fE835d67fce17a9747112696C]
memecoin() view returns (address)
0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74
owner() view returns (address)
0x873bcbc76c0970e47933cd9f0ad326f8cadd5aeb
Read-only
allowance(address user) view returns (uint256)
authorities(uint256) view returns (address)
authorized(address) view returns (bool)
isAuthorized(address addr) view returns (bool)
State-modifying
Events addAuthorizedAddress(address target)
removeAuthorizedAddress(address target)
removeAuthorizedAddressAtIndex(address target, uint256 index)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AuthorizedAddressAdded(address indexed target, address indexed caller)
AuthorizedAddressRemoved(address indexed target, address indexed caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _memecoin)
This contract contains no fallback and receive objects.
This contract contains no error objects.