TraditionalBeacon
Verified contract
Active on
Ethereum with 55 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 "TraditionalBeacon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14071012 | 3 years ago | | | 0 | 0.076049049 | |
| 14070989 | 3 years ago | | | 0 | 0.076326984 | |
| 14070938 | 3 years ago | | | 0 | 0.092692023 | |
| 14070833 | 3 years ago | | | 0 | 0.076741189 | |
| 14070812 | 3 years ago | | | 0 | 0.078385845 | |
| 14070783 | 3 years ago | | | 0 | 0.074898454 | |
| 14070759 | 3 years ago | | | 0 | 0.074960490 | |
| 14070730 | 3 years ago | | | 0 | 0.084069787 | |
| 14070674 | 3 years ago | | | 0 | 0.094540201 | |
| 14070586 | 3 years ago | | | 0 | 0.091810315 |
ABI
ABI objects
Getter at block 21216681
CREATOR_ROLE() view returns (bytes32)
0x828634d95e775031b9ff576b159a8509d3053581a8c9c4d7d86899e0afcd882f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
controller() view returns (address)
0xf161acf63649ff5cd42acff0f7ecdf533df66811
implementation() view returns (address)
0xef37a4cc01b475cbcf5567bf44dfcd9ce42202ac
owner() view returns (address)
0xf82d31541fe4f96dfee2a2c306f70086d91d67c9
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events createAuction(struct TraditionalBeaconBeneficiary[] _beneficiaries, string _metadata, uint256 _buyNowPrice, uint256 _startTime, uint256 _endTime, uint256 _quantity)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setController(address _controller)
setMonegraphAddress(address _monegraphAddress)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
NewBeacon(address beaconAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Upgraded(address indexed implementation)
constructor(address _implementationAddress, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.