Memefund
Verified contract
Active on
Ethereum with 1,793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SANSHU | ERC-20 | 19.6B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095487 | 16 days ago | | | 0 | 0.00031650757 | |
| 21095347 | 16 days ago | | | 0 | 0.00030919162 | |
| 20059085 | 5 months ago | | | 0 | 0.00014242902 | |
| 20059083 | 5 months ago | | | 0 | 0.00022329210 | |
| 19945152 | 6 months ago | | | 0 | 0.00016467073 | |
| 19736621 | 7 months ago | | | 0 | 0.00012500748 | |
| 19164036 | 9 months ago | | | 0 | 0.00047707033 | |
| 19107090 | 10 months ago | | | 0 | 0.00074503567 | |
| 19069570 | 10 months ago | | | 0 | 0.00050457277 | |
| 18804679 | a year ago | | | 0 | 0.0014777914 |
ABI
ABI objects
Getter at block 21212147
decimals() view returns (uint8)
9
name() view returns (string)
Memefund
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x9bc15108fd61d30cc0f01df59c0efd9fab6bc3c4
rebaseOracle() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MFUND
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 supplyDelta, bool increaseSupply) returns (uint256)
setRebaseOracle(address newRebaseOracle)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LogNewRebaseOracle(address _rebaseOracle)
LogRebase(uint256 _totalSupply)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.