GatewayMinterProxy
Verified contract
Proxy
Active on
Ethereum with 463 txns
Unified storage
Map
Table
Raw
Constants and immutables
7
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 "GatewayMinterProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299134 | 19 days ago | | | 0 | 0.0013418624 | |
| 21147156 | a month ago | | | 0 | 0.0013337035 | |
| 21092099 | 2 months ago | | | 0 | 0.0011596407 | |
| 21063961 | 2 months ago | | | 0 | 0.0012880996 | |
| 21063958 | 2 months ago | | | 0 | 0.0013198064 | |
| 21063658 | 2 months ago | | | 0 | 0.0016017461 | |
| 21020310 | 2 months ago | | | 0 | 0.0014258240 | |
| 20948943 | 2 months ago | | | 0 | 0.0012916754 | |
| 20855874 | 3 months ago | | | 0 | 0.00098875944 | |
| 20821355 | 3 months ago | | | 0 | 0.0031347012 |
ABI
ABI objects
Getter at block 21436831
implementation() view returns (address)
0xe2ca05ccbfa31553d08bea11f92f23439a5fe3df
owner() view returns (address)
0x7f243bc585dc218d6b33949c02d01ac3b007aaa5
upgradeDelay() view returns (uint256)
0
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
starkExchangeAddress() view returns (address)
0xf5c9f957705bea56a7e806943f98f7777b995826
Read-only
This contract contains no read-only function objects.
State-modifying
Events addImplementation(address newImplementation, uint256 newUpgradeDelay)
increaseUpgradeDelay(uint256 newUpgradeDelay)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
purgePreviousImplementation()
rollbackImplementation()
transferOwnership(address newOwner)
upgradeImplementation()
mintFor(address destination, uint256 amount, bytes blob)
mintForSelf(bytes blob, bytes32 metadata, bytes signature)
setStarkExchangeAddress(address _starkExchangeAddress)
ImplementationAdded(address indexed implementation, uint256 indexed upgradeDelay)
ImplementationRolledBack(address indexed previousImplementation, address indexed implementation)
ImplementationUpgraded(address indexed previousImplemntation, address indexed implementation)
PreviousImplementationPurged(address indexed previousImplementation)
UpgradeDelayIncreased(uint256 indexed previousUpgradeDelay, uint256 indexed upgradeDelay)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.