MintProxy
Verified contract
Active on
Ethereum with 1,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dd2…ff74
Balances ($47.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 113.507378 | $0.421346 |
$47.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15066696 | 2 years ago | | | 0 | 0.00014561535 | |
| 15056447 | 2 years ago | | | 0 | 0.00022297232 | |
| 15019760 | 2 years ago | | | 0 | 0.0015870535 | |
| 15019760 | 2 years ago | | | 0 | 0.0015961786 | |
| 14996043 | 2 years ago | | | 0 | 0.00028860700 | |
| 14996043 | 2 years ago | | | 0 | 0.00026237000 | |
| 14987768 | 2 years ago | | | 0 | 0.00045510439 | |
| 14987768 | 2 years ago | | | 0 | 0.00045510439 | |
| 14987768 | 2 years ago | | | 0 | 0.00045510439 | |
| 14987768 | 2 years ago | | | 0 | 0.00046586156 |
ABI
ABI objects
Getter at block 21205382
_originalPrice() view returns (uint256)
35000000000000000
owner() view returns (address)
0x2e27e17b00608ee206f304fdd95a6ee7727154ae
price() view returns (uint256)
0
tokenContract() view returns (address)
0x5dd29f0c56dec0c2532f5c9cf0b817fc1613ff74
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
deposit() payable
mint() payable
mintMany(uint256 _amount) payable
release()
renounceOwnership()
retrieveToken(uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address to, bool approved)
setContract(address _address)
setOriginalPrice(uint256 _price)
setTokenPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.