SignatureDropDeployer
Verified contract
Active on
Base with 232 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000681 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22778973 | 3 days ago | | | 0 | 0.0000053008898 | |
| 22725870 | 4 days ago | | | 0 | 0.00011425836 | |
| 22371097 | 13 days ago | | | 0 | 0.000020315869 | |
| 21964105 | 22 days ago | | | 0 | 0.0000086438854 | |
| 21669721 | a month ago | | | 0 | 0.000017860507 | |
| 21628032 | a month ago | | | 0 | 0.000034837902 | |
| 21625458 | a month ago | | | 0 | 0.000026069287 | |
| 21544653 | a month ago | | | 0 | 0.000034798974 | |
| 21359916 | a month ago | | | 0 | 0.0000042028573 | |
| 21221637 | a month ago | | | 0 | 0.0000051427185 |
ABI
ABI objects
Getter at block 22916891
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TRANSFER_ROLE() view returns (bytes32)
0x8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c
TWEditionImplementationAddress() view returns (address)
0x9326a154cf04e1268a47774cc276f62568bfd376
TWFactoryAddress() view returns (address)
0x76f948e5f13b9a84a81e5681df8682bbf524805e
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
minter() view returns (address)
0x5be12d4b22eaa4354b3d6f636df047ab7a2a0af8
owner() view returns (address)
0xd57f4e2b1bdb4f001bf97c7b76374692ab84befa
Read-only
predictDeterministicAddress(bytes32 _salt) view returns (address)
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
deploy(struct ISignatureDropDeployerDeployParams params) returns (address)
renounceOwnership()
setMinter(address _newMinter)
setTWEditionImplementationAddress(address _newImplementation)
setTWFactoryAddress(address _newFactory)
transferOwnership(address nextOwner_)
NewEditionImplementation(address indexed oldImplementation, address indexed newImplementation)
NewFactory(address indexed oldFactory, address indexed newFactory)
NewMinter(address indexed oldMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyDeployed(address indexed proxyAddress, address indexed admin, bytes32 salt)
constructor(address _owner, address _minter, address _factory, address _implementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.