The Mag Park REVERSE Pink Mocha
Verified contract
Active on
Ethereum with 166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "The Mag Park REVERSE Pink Mocha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20180421 | 5 months ago | | | 0 | 0.00028474940 | |
| 19898220 | 6 months ago | | | 0 | 0.00019327344 | |
| 17915937 | a year ago | | | 0 | 0.0012849253 | |
| 17906962 | a year ago | | | 0 | 0.0014446505 | |
| 17881916 | a year ago | | | 0 | 0.00074462043 | |
| 17661278 | a year ago | | | 0 | 0.00064622376 | |
| 17638889 | a year ago | | | 0 | 0.00090429807 | |
| 17092817 | 2 years ago | | | 0 | 0.0023779180 | |
| 16904826 | 2 years ago | | | 0 | 0.0015027386 | |
| 16876982 | 2 years ago | | | 0 | 0.0014357194 |
ABI
ABI objects
Getter at block 21299712
BRAND_ADMIN() view returns (bytes32)
0xff28910afdcdeffd71e8f21aae10e10199aeff01c161098302653365ad05510c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SALE_ADMIN() view returns (bytes32)
0x9f566e66e3fe95040f2178cc6bf558ca13dd7af2eac028523bbf86acda6b390f
SHOPX_ADMIN() view returns (bytes32)
0xd707eb1eb09ba3b6f5c206f874ca7aa75c63377dc3686cf0265bf4362134adcc
beneficiaryAddress() view returns (address)
0x8109c80724a940cd21d1d11dc1416cf0846b9424
factory() view returns (address)
0xf4395564b8309d54544f7db923cc8e3082a19bed
getBalance() view returns (uint256)
0
getBaseURI() view returns (string)
https://shopxapi.co/reservex/mainnet/0xa5E4f39c10f8EC488ad61Da882C1c8601CF095E4/
getBrand() view returns (string)
16e45ef1-e87a-4505-811b-2d4c2f7cd51d
getInfo() view returns (uint256 _balance, uint256 _maxSupply, uint256 _totalSupply, uint256 _totalMintedSupply, uint256 _mintPrice, uint256 _mintLimitPerWallet, bool _paused, address _royaltyRecipient, address _shopxAddress, address _beneficiaryAddress, uint256 _royaltyValue, uint256 _shopxFee)
(_balance=0, _maxSupply=125, _totalSupply=125, _totalMintedSupply=125, _mintPrice=750000000000000000, _mintLimitPerWallet=1, _paused=false, _royaltyRecipient=0x4ad2ca465c98479b99a05a9bc1110ac47946218b, _shopxAddress=0xc24559e43f3de2830835478a612acbf988501058, _beneficiaryAddress=0x8109c80724a940cd21d1d11dc1416cf0846b9424, _royaltyValue=500, _shopxFee=500)
getShopXFee() view returns (uint256)
500
maxSupply() view returns (uint256)
125
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintLimitPerWallet() view returns (uint256)
1
mintPrice() view returns (uint256)
750000000000000000
name() view returns (string)
The Mag Park REVERSE Pink Mocha
owner() view returns (address)
0x8109c80724a940cd21d1d11dc1416cf0846b9424
paused() view returns (bool)
false
royaltyRecipient() view returns (address)
0x4ad2ca465c98479b99a05a9bc1110ac47946218b
royaltyValue() view returns (uint256)
500
shopxAddress() view returns (address)
0xc24559e43f3de2830835478a612acbf988501058
shopxFee() view returns (uint256)
500
symbol() view returns (string)
MPRPM
totalMintedSupply() view returns (uint256)
125
totalSupply() view returns (uint256)
125
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getClaimed(address _address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(bytes32 _role, address _address)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _owner, string _baseURI, uint256[4] _uintArgs, address[2] _addressArgs, address[] _brandAdmins, address[] _saleAdmins, uint256 _shopxFee, address _shopxAddress, address[] _shopxAdmins)
mint(bytes32[] merkleProof, uint256 quantity) payable
mintTo(address to, uint256 quantity)
pause()
removeAdmin(bytes32 _role, address _address)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBeneficiaryAddress(address _beneficiaryAddress)
updateRoyaltyAddress(address recipient)
updateShopxAddress(address _shopxAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeneficiaryAddressUpdate(address indexed _beneficiaryAddress)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MerkleRootChange(bytes32 indexed merkleRoot)
NFTClaim(address indexed _claimant, uint256 indexed _tokenId, uint256 _mintPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceChange(uint256 _mintPrice)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
ShopxAddressUpdate(address indexed _shopxAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _brand)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()