Metashima

Verified contract

Proxy

Active on Ethereum with 6,164 txns
Deployed by via 0x2a1c2c7e at 14914386
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 41 additional slots
5 additional variables

No balances found for "Metashima"

0xc8178615121c455ffc46d85f945770c77fdb70872b961836be02373ef2e90bd8
0x54048cfdfa6d0082d3b9a32f6d3ec18f1f5369e8a35cfb7055989623e2cb8920
0xf3b76de1214cf1fdefaa6ac07d8f0bfe7ce2d46c6116c7fc9760484384b4f24d
0x8f77cdcb560c0d2d13dd8ec1648c72a11e2f3055867caf0d2302bfa0361e534e
0x8e189a86fb31c2553f98d1502869ded67a0e720bd935a6314b429dd9e540065c
0x98f55a3d515d31d77b4b58002f0c01a093e6af440877ce040cf968ff684c22a8
0x3285ef18c2f21eba703c315203d4c12c18f9e4d9d0b5805125eb10064b44e5b2
0xd6d2bf2651a18509b8b5c6098106a747be0d3fd7ebd4b864a21d2c4698c278cb
0xe00b3dbe2d0999bd77cfe2c0557d70af4ecec6a46f61b520b134db5613708c39
0x99e1b8d68a97a34a2082f16e436c86c62f7888b7b748c1719ed3a76d63680de0

Functions
Getter at block 21215014
MAX_SUPPLY(view returns (uint64)
14159
MAX_TOKENS_PER_WALLET(view returns (uint64)
3
PHASE_ONE_SUPPLY(view returns (uint64)
4720
PHASE_TWO_SUPPLY(view returns (uint64)
4720
TOKEN_PRICE(view returns (uint64)
120000000000000000
TOKEN_PRICE_PRESALE(view returns (uint64)
85000000000000000
name(view returns (string)
Metashima
owner(view returns (address)
0x88493c8a0f0f0ef46667e9918af5874ca5c78bd4
presaleCloses(view returns (uint64)
1654707600
presaleOpens(view returns (uint64)
1654542000
saleCloses(view returns (uint64)
1655651197
saleOpens(view returns (uint64)
1654714800
symbol(view returns (string)
SHIMA
totalSupply(view returns (uint256)
4720
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsForWallet(address _walletview returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addDev(address _newDev
airdrop(uint64 _numberOfTokensaddress _userAddress
approve(address touint256 tokenId
initialize(
mint(uint64 _numberOfTokenspayable 
mintPresaleMerkle(uint64 _numberOfTokensbytes32[] _merkleProofpayable 
prepareMintClose(
removeDev(address _removeDev
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxPerWallet(uint64 _quantity
setMerkleRoot(bytes32 _merkleRoot
setPresaleTimes(uint64 _openTimeuint64 _closeTime
setSaleTimes(uint64 _openTimeuint64 _closeTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawBalance(address _wallet
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(