TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 461 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 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($4,491.19)
Native
Value
$4,491.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.4 | $3,207.99 |
$4,491.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104429 | 7 days ago | | | 0 | 0.00020523711 | |
| 21104412 | 7 days ago | | | 0 | 0.00019856726 | |
| 21044712 | 16 days ago | | | 0 | 0.00051970549 | |
| 20805756 | 2 months ago | | | 0 | 0.0011085451 | |
| 20352459 | 4 months ago | | | 0 | 0.00016029126 | |
| 20352452 | 4 months ago | | | 0 | 0.00015489697 | |
| 20233328 | 4 months ago | | | 0 | 0.0011725995 | |
| 20144697 | 5 months ago | | | 0 | 0.00017864372 | |
| 20144684 | 5 months ago | | | 0 | 0.00017374433 | |
| 20135564 | 5 months ago | | | 0 | 0.00034828007 |
ABI
ABI objects
Getter at block 21157817
baseURI() view returns (string)
https://assets.magicbatch.xyz/api/token/
maxTotalSupply() view returns (uint256)
420
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
MagicBatch
owner() view returns (address)
0x034d8d89997a9edaa45046ee0f1d9057393a8603
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MB
totalSupply() view returns (uint256)
180
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
specificMintPrice(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
addWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeBaseURI(string newBaseURI)
changeMintPrice(uint256 price)
deleteDefaultRoyalty()
initialize(address _subscriptionOrRegistrantToCopy, uint256 _mintPrice, string _baseURI)
mint() payable
mintByGovernance(address[] user, uint256[] tokenId)
preMintByGovernance(address[] user)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setSpecificPrice(address[] users, uint256[] prices)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddWhitelist(address user)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangeMintPrice(uint256 price)
Claimed(address user)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
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()
InvalidParams()
MaxTotalSupplyReached()
OperatorNotAllowed(address operator)
Unauthorized()
Underpriced()