Guardians of the Metaverse
Verified contract
Active on
Ethereum with 14,914 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 |
---|---|---|---|---|---|
METAG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21080810 | 11 days ago | | | 0 | 0.00049588980 | |
| 20981665 | 25 days ago | | | 0 | 0.00028016248 | |
| 20916414 | a month ago | | | 0 | 0.00067240084 | |
| 20916394 | a month ago | | | 0 | 0.00066218635 | |
| 20916225 | a month ago | | | 0 | 0.00048250531 | |
| 20847544 | a month ago | | | 0 | 0.00034563412 | |
| 20764012 | 2 months ago | | | 0 | 0.00024945882 | |
| 20763971 | 2 months ago | | | 0 | 0.00027060332 | |
| 20752969 | 2 months ago | | | 0 | 0.000050173520 | |
| 20742328 | 2 months ago | | | 0 | 0.00027464190 |
ABI
ABI objects
Getter at block 21160391 getMyAssets() view returns (uint256[])
m1() view returns (address)
0xbcdc5969ec1652bf80fc15edfe50f9834a55067b
m2() view returns (address)
0x8255a906739e0857a283ea13fb34a941f4bdb536
m3() view returns (address)
0x02fe6d8096352d94c31c8f4c20f59deb31948bac
m4() view returns (address)
0x597e20d89013921125b03dad9b169e3b477ce534
m5() view returns (address)
0x1aafe38a052b4fc57db9765bd1c42151b6648400
maxTx() view returns (uint256)
8
name() view returns (string)
Guardians of the Metaverse
nonce() view returns (uint256)
10000
owner() view returns (address)
0x37f1a42359e8e265fdd95cbc682f63a36b1babbf
presaleActive() view returns (bool)
false
price() view returns (uint256)
80000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
METAG
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWallets(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyPresale(uint256 qty) payable
editPresaleWallets(address[] _a, uint256[] _amount)
giveaway(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxTx(uint256 newMax)
setMembersAddresses(address[] _a)
setPresaleActive(bool val)
setPresaleWallets(address[] _a, uint256[] _amount)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawOwner()
withdrawTeam(uint256 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Giveaway(address to, uint256 qty)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.