MetaBrands
Verified contract
Active on
Ethereum with 3,049 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 |
---|---|---|---|---|---|
USDT | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026183 | a month ago | | | 0 | 0.00013675599 | |
| 20993063 | a month ago | | | 0 | 0.0010402404 | |
| 20993025 | a month ago | | | 0 | 0.00087017672 | |
| 20992721 | a month ago | | | 0 | 0.00093389925 | |
| 20957994 | 2 months ago | | | 0 | 0.00052350353 | |
| 20951146 | 2 months ago | | | 0 | 0.0033600102 | |
| 20916904 | 2 months ago | | | 0 | 0.00044749059 | |
| 20909281 | 2 months ago | | | 0 | 0.00046429200 | |
| 20908224 | 2 months ago | | | 0 | 0.00039849811 | |
| 20899752 | 2 months ago | | | 0 | 0.00026824677 |
ABI
ABI objects
Getter at block 21316411
decimals() view returns (uint8)
18
mageCreatorAddr() view returns (address)
0xdf6cd46fee4ab239b01417598d4b75a9b516699c
name() view returns (string)
MetaBrands
owner() view returns (address)
0x6ed8a42ee0c442db83ddbc39b5a09d15b9e84925
symbol() view returns (string)
MAGE
totalSupply() view returns (uint256)
74185000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBalanceOfExternalERC20(address _erc20Address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMageCreatorAddress(address _mageCreatorAddr)
transfer(address recipient, uint256 amount) returns (bool)
transferExternalERC20(address _erc20Address, address _recipient, uint256 _amount)
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 _mageCreatorAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.