PolygonMigration
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "PolygonMigration"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PolygonMigration"
ABI
ABI objects
Getter at block 20852978
matic() view returns (address)
0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
polygon() view returns (address)
0x0000000000000000000000000000000000000000
unmigrationLocked() view returns (bool)
false
version() pure returns (string)
1.1.0
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
burn(uint256 amount)
initialize()
migrate(uint256 amount)
renounceOwnership()
setPolygonToken(address polygon_)
transferOwnership(address newOwner)
unmigrate(uint256 amount)
unmigrateTo(address recipient, uint256 amount)
unmigrateWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
updateUnmigrationLock(bool unmigrationLocked_)
Initialized(uint8 version)
Migrated(address indexed account, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Unmigrated(address indexed account, address indexed recipient, uint256 amount)
UnmigrationLockUpdated(bool lock)
constructor(address matic_)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidAddressOrAlreadySet()
UnmigrationLocked()