MaggotToken
Verified contract
Active on
Ethereum with 3,417 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAGGOT | ERC-20 | 1.656535K | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163125 | 5 days ago | | | 0 | 0.00032872925 | |
| 21163123 | 5 days ago | | | 0 | 0.00032574521 | |
| 20506919 | 3 months ago | | | 0 | 0.000097212531 | |
| 20453416 | 3 months ago | | | 0 | 0.000046345000 | |
| 19930241 | 6 months ago | | | 0 | 0.000089553307 | |
| 19908636 | 6 months ago | | | 0 | 0.000069716587 | |
| 19848278 | 6 months ago | | | 0 | 0.00016522934 | |
| 19806198 | 6 months ago | | | 0 | 0.00013456211 | |
| 19136315 | 9 months ago | | | 0 | 0.00060163368 | |
| 19073820 | 10 months ago | | | 0 | 0.00064917280 |
ABI
ABI objects
Getter at block 21198700
decimals() view returns (uint8)
18
name() view returns (string)
MaggotToken
owner() view returns (address)
0xd04785c4d8195e4a54d9dec3a9043872875ae9e2
symbol() view returns (string)
MAGGOT
totalSupply() view returns (uint256)
76970358607504787149440309
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
setRes(address _res)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _res)
This contract contains no fallback and receive objects.
This contract contains no error objects.