Mythic Armor
Verified contract
Active on
Ethereum with 724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48.90)
Native
Value
$48.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01275 | $3,835.35 |
$48.9 | |
METL | ERC-20 | 3.005K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20681051 | 3 months ago | | | 0 | 0.00029603748 | |
| 20652166 | 3 months ago | | | 0 | 0.000044550282 | |
| 20122190 | 6 months ago | | | 0 | 0.00027514548 | |
| 18902867 | a year ago | | | 0 | 0.00076172567 | |
| 18488479 | a year ago | | | 0 | 0.00096382232 | |
| 18308050 | a year ago | | | 0 | 0.00033400636 | |
| 17497221 | a year ago | | | 0 | 0.00093421138 | |
| 17462753 | a year ago | | | 0 | 0.00097653614 | |
| 17225560 | 2 years ago | | | 0 | 0.0056759901 | |
| 17156929 | 2 years ago | | | 0 | 0.0019678681 |
ABI
ABI objects
Getter at block 21331211
LiquidDeployer() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
METLToken() view returns (address)
0xfcbe615def610e806bb64427574a2c5c1fb55510
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
RandomNumberRange() view returns (uint256)
100
mintETHRequired() view returns (uint256)
15000000000000000
mintMETLRequired() view returns (uint256)
25000000000000000000
name() view returns (string)
Mythic Armor
owner() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
saleIsActive() view returns (bool)
true
totalReleased() view returns (uint256)
3922350000000000029
totalShares() view returns (uint256)
100
Read-only
RandomNumber(uint256 totalnumbers) view returns (uint256)
_payees(uint256) view returns (address)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
uri(uint256 typeId) view returns (string)
validArmor(uint256) view returns (bool)
State-modifying
Events DestroyArmor(address tokenOwner, uint256 tokenId, uint256 totalToBurn)
SelfDestruct()
airdrop(uint256[] _tokenIds, address[] _list, uint256[] _qty)
changeMintETH(uint256 neweth)
changeMintMETL(uint256 neweth)
claim()
mint(uint256 _count, bool mintInMETL) payable
receiveETH() payable
release(address account)
release(address token, address account)
removeAllMETL()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setRandomNumberRange(uint256 r)
toggleSaleStatus()
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
ItemMinted(address contractAddress, uint256 tokenId, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SaleActivation(bool isActive)
SetBaseURI(string indexed _baseURI)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
receive()
OperatorNotAllowed(address operator)