Small Offices
Verified contract
Active on
Ethereum with 8,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.68)
Native
Value
$10.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,560.24 |
$10.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21179182 | 16 days ago | | | 0 | 0.0028308266 | |
| 20997957 | a month ago | | | 0 | 0.00020647810 | |
| 20745603 | 2 months ago | | | 0 | 0.00016538658 | |
| 20720222 | 3 months ago | | | 0 | 0.00052327619 | |
| 20655664 | 3 months ago | | | 0 | 0.000027323125 | |
| 20518161 | 4 months ago | | | 0 | 0.000035941321 | |
| 20493906 | 4 months ago | | | 0 | 0.00015482756 | |
| 20421949 | 4 months ago | | | 0 | 0.00066996698 | |
| 20260120 | 5 months ago | | | 0 | 0.00010868571 | |
| 20211962 | 5 months ago | | | 0 | 0.00039517119 |
ABI
ABI objects
Getter at block 21292122
airdropsClaimed() view returns (uint16)
0
baseURI() view returns (string)
https://api.meta-places.io/getMetadataSmo/
isWlSaleOn() view returns (bool)
true
maxAirdropClaims() view returns (uint16)
50
maxSupply() view returns (uint16)
4000
maxWlMintNumber() view returns (uint16)
2
name() view returns (string)
Small Offices
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7b6eddf37a46a4e2a4a1625f1baf65215ea98dba
symbol() view returns (string)
MSO
totalMinted() view returns (uint256)
4000
totalSupply() view returns (uint256)
4000
wlMintPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
checkValidity(bytes32[] _merkleProof) view returns (bool)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropClaims(struct ERC721AMSOAirdropClaim[] airdropClaimList)
approve(address to, uint256 tokenId)
initiateMint(uint256 _wlMintPrice, uint16 _maxAirdropClaims, uint16 _maxSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIValue)
setMaxWlMintNumber(uint16 _maxWlMintNumber)
setMintDates(uint32 wlDate)
setOwnersExplicit(uint256 quantity)
setRootMerkleHash(bytes32 _rootmt)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address to, uint256 quantity, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintInitiated(uint256 wlMintPrice, uint16 maxAirdropClaims, uint16 maxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
NoTokensMintedYet()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()