DegenScoreBeacon

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbb45947a at 16017893
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "DegenScoreBeacon"

No transactions found for "DegenScoreBeacon"


Functions
Getter at block 20870976
getFeeCollector(view returns (address)
0x0000000000000000000000000000000000000000
getSignatureTTL(view returns (uint32)
0
getSigner(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
beaconDataOf(address accountview returns (struct BeaconData)
getAllTraitsOf(address accountview returns (uint256[] traitIdsuint192[] traitValuesuint64 updatedAt)
getBeaconURI(uint128 beaconIdview returns (string)
getTrait(address accountuint256 traitIduint64 maxAgeview returns (uint192)
getTraitBatch(address[] accountsuint256[] traitIdsuint64[] maxAgesview returns (uint192[])
getTraitURI(uint256 traitIdview returns (string)
isApprovedForAll(addressaddresspure returns (bool)
ownerOfBeacon(uint128 beaconIdview returns (address owner)
safeBatchTransferFrom(addressaddressuint256[]uint256[]bytespure 
safeTransferFrom(addressaddressuint256uint256bytespure 
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 idview returns (string)
State-modifying
burn(
initialize(address _owneraddress _signeraddress _feeCollectoruint32 _signatureTTLSecondsstring _primaryURIstring _beaconURI
pause(
renounceOwnership(
setApprovalForAll(addressbool
setBeaconURI(string _uri
setFeeCollector(address _feeCollector
setPrimaryTraitURI(string _uri
setSignatureTTL(uint32 _TTLSeconds
setSigner(address _signer
submitTraits(struct UserPayload payloadbytes signaturepayable 
transferOwnership(address newOwner
unpause(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Burn(uint256 beaconId
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SubmitTraits(uint256 beaconIduint64 createdAt
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
SoulBoundContract(string message