MekaApes Game
Verified contract
Proxy
Active on
Ethereum with 11,052 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282023 | 18 hours ago | | | 0 | 0.00095171289 | |
| 21270187 | 2 days ago | | | 0 | 0.00036387665 | |
| 21258184 | 4 days ago | | | 0 | 0.00031027087 | |
| 21217114 | 10 days ago | | | 0 | 0.0016425136 | |
| 21111283 | 25 days ago | | | 0 | 0.00012821024 | |
| 21101728 | a month ago | | | 0 | 0.00026204760 | |
| 20906899 | 2 months ago | | | 0 | 0.00036085967 | |
| 20906857 | 2 months ago | | | 0 | 0.00028278440 | |
| 20846275 | 2 months ago | | | 0 | 0.00034609755 | |
| 20802813 | 2 months ago | | | 0 | 0.00025178497 |
ABI
ABI objects
Getter at block 21287328
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
_contractURI() view returns (string)
https://mekaapes.s3.amazonaws.com/contract.json
baseURI() view returns (string)
https://mekaapes.s3.amazonaws.com/metadata/
contractURI() view returns (string)
https://mekaapes.s3.amazonaws.com/contract.json
gameContract() view returns (address)
0xe6cd4727a1058e6973e973986d0493f1e7975ef8
name() view returns (string)
MekaApes Game
owner() view returns (address)
0xb41e32e17427ce187c3279ea5bef09eb70c6a0ff
symbol() view returns (string)
MAG
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeBaseURI(string baseURI_)
initialize(string name_, string symbol_, string baseURI_, string contractURI_)
mint(address account, uint256 tokenId)
mintMultiple(address account, uint256 startFromTokenId, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setGameContract(address gameContract_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.