UniswapV4DeployerCompetition
Verified contract
Active on
Ethereum with 109 txns
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 "UniswapV4DeployerCompetition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288144 | 6 hours ago | | | 0 | 0.00091778330 | |
| 21281081 | a day ago | | | 0 | 0.0015622009 | |
| 21280757 | a day ago | | | 0 | 0.0013033000 | |
| 21267235 | 3 days ago | | | 0 | 0.00071770500 | |
| 21267071 | 3 days ago | | | 0 | 0.00032898000 | |
| 21258419 | 4 days ago | | | 0 | 0.00055300708 | |
| 21256195 | 5 days ago | | | 0 | 0.00058145888 | |
| 21255888 | 5 days ago | | | 0 | 0.00052616135 | |
| 21255871 | 5 days ago | | | 0 | 0.00035365204 | |
| 21255862 | 5 days ago | | | 0 | 0.00019966929 |
ABI
ABI objects
Getter at block 21290038
bestAddress() view returns (address)
0x000000000004444c5dc75cb358380d2e3de08a90
bestAddressSalt() view returns (bytes32)
0x72bed203c9a5eff37e1f55be91f742def6e0e5c7bd40398de517b6047b87ee78
bestAddressSubmitter() view returns (address)
0x72bed203c9a5eff37e1f55be91f742def6e0e5c7
competitionDeadline() view returns (uint256)
1733115599
deployer() view returns (address)
0x6b93e3bb9c0780c0f9042346ffc379530a5882c1
exclusiveDeployDeadline() view returns (uint256)
1738385999
initCodeHash() view returns (bytes32)
0x94d114296a5af85c1fd2dc039cdaa32f1ed4b0fe0868f02d888bfc91feb645d9
Read-only
This contract contains no read-only function objects.
State-modifying
Events deploy(bytes bytecode)
updateBestAddress(bytes32 salt)
NewAddressFound(address indexed bestAddress, address indexed submitter, uint256 score)
constructor(bytes32 _initCodeHash, uint256 _competitionDeadline, address _exclusiveDeployer, uint256 _exclusiveDeployLength)
This contract contains no fallback and receive objects.
CompetitionNotOver(uint256 currentTime, uint256 deadline)
CompetitionOver(uint256 currentTime, uint256 deadline)
Create2EmptyBytecode()
Create2FailedDeployment()
Create2InsufficientBalance(uint256 balance, uint256 needed)
InvalidBytecode()
InvalidSender(bytes32 salt, address sender)
NotAllowedToDeploy(address sender, address deployer)
WorseAddress(address newAddress, address bestAddress, uint256 newScore, uint256 bestScore)