Metashima
Verified contract
Proxy
Active on
Ethereum with 6,164 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 41 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Metashima"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162335 | 7 days ago | | | 0 | 0.00088550818 | |
| 21095982 | 17 days ago | | | 0 | 0.00030235738 | |
| 21065547 | 21 days ago | | | 0 | 0.0014154496 | |
| 21041522 | 24 days ago | | | 0 | 0.00041679249 | |
| 21040956 | 24 days ago | | | 0 | 0.00029535899 | |
| 20987907 | a month ago | | | 0 | 0.00041130801 | |
| 20946111 | a month ago | | | 0 | 0.00067179035 | |
| 20944919 | a month ago | | | 0 | 0.00042135793 | |
| 20904612 | a month ago | | | 0 | 0.00019034765 | |
| 20884157 | 2 months ago | | | 0 | 0.00027976193 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsForWallet(address _wallet) view returns (uint64)
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
addDev(address _newDev)
airdrop(uint64 _numberOfTokens, address _userAddress)
approve(address to, uint256 tokenId)
initialize()
mint(uint64 _numberOfTokens) payable
mintPresaleMerkle(uint64 _numberOfTokens, bytes32[] _merkleProof) payable
prepareMintClose()
removeDev(address _removeDev)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxPerWallet(uint64 _quantity)
setMerkleRoot(bytes32 _merkleRoot)
setPresaleTimes(uint64 _openTime, uint64 _closeTime)
setSaleTimes(uint64 _openTime, uint64 _closeTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance(address _wallet)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()