Brown Mushroom Cap
Verified contract
Active on
Ethereum with 12 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 "Brown Mushroom Cap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5752228 | 6 years ago | | | 0 | 0.00015406300 | |
| 5437033 | 7 years ago | | | 0 | 0.000013660200 | |
| 5405701 | 7 years ago | | | 0 | 0.000045534000 | |
| 5288582 | 7 years ago | | | 0 | 0.00013660200 | |
| 5272984 | 7 years ago | | | 0 | 0.000033892740 | |
| 5272887 | 7 years ago | | | 0 | 0.000033892740 | |
| 5244644 | 7 years ago | | | 0 | 0.000050542740 | |
| 5226805 | 7 years ago | | | 0 | 0.000050542740 | |
| 5139432 | 7 years ago | | | 0 | 0.000094396000 | |
| 5123762 | 7 years ago | | | 0 | 0.00014159400 |
ABI
ABI objects
Getter at block 21188231
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Brown Mushroom Cap
owner() view returns (address)
0xb1c7a90216bcc38c6930b551a27e87976a57cee3
symbol() view returns (string)
RESO072
totalSupply() view returns (uint256)
204000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.