Majasbok by Maja Safstrom
Verified contract
Active on
Ethereum with 3,720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Majasbok by Maja Safstrom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106480 | 25 days ago | | | 0 | 0.000082284840 | |
| 20906611 | 2 months ago | | | 0 | 0.00039572602 | |
| 18653435 | a year ago | | | 0 | 0.00041381041 | |
| 18556301 | a year ago | | | 0 | 0.00079115690 | |
| 17258577 | 2 years ago | | | 0 | 0.0025860203 | |
| 17258576 | 2 years ago | | | 0 | 0.0027211874 | |
| 17118863 | 2 years ago | | | 0 | 0.0021295722 | |
| 16712295 | 2 years ago | | | 0 | 0.0012132422 | |
| 16652745 | 2 years ago | | | 0 | 0.00099832961 | |
| 16563214 | 2 years ago | | | 0 | 0.00093755960 |
ABI
ABI objects
Getter at block 21286718
MAX_NFT_PER_TRAN() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
5000000000000000
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
2000
name() view returns (string)
Majasbok by Maja Safstrom
owner() view returns (address)
0x54e0719a671ea7e4de798d5fc096083bcd6fd727
prerevealURL() view returns (string)
symbol() view returns (string)
MAJA
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
finalizeMetadata()
mint(uint256 count) payable
reduceSupply(uint256 newMaxSupply)
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 splitterAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()