SmartBuilderScore
Verified contract
Active on
Base with 30,925 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbbfe…2d0b
0xb477…2331
Balances ($0.00)
No balances found for "SmartBuilderScore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22903669 | 18 minutes ago | | | 0.001 | 0.0000032308894 | |
| 22901058 | 2 hours ago | | | 0.001 | 0.0000014521178 | |
| 22898233 | 3 hours ago | | | 0.001 | 0.0000026633945 | |
| 22895816 | 5 hours ago | | | 0.001 | 0.0000038648717 | |
| 22895223 | 5 hours ago | | | 0.001 | 0.0000017880555 | |
| 22893133 | 6 hours ago | | | 0.001 | 0.0000024110210 | |
| 22892974 | 6 hours ago | | | 0.001 | 0.0000054256024 | |
| 22892844 | 6 hours ago | | | 0.001 | 0.0000039155862 | |
| 22892765 | 6 hours ago | | | 0.001 | 0.0000026552114 | |
| 22890383 | 8 hours ago | | | 0.001 | 0.0000039306351 |
ABI
ABI objects
Getter at block 22904220
cost() view returns (uint256)
1000000000000000
enabled() view returns (bool)
true
feeReceiver() view returns (address)
0xc925bd0e839e8e22a7ddebe7f4c21b187deec358
owner() view returns (address)
0xc019e69352896adc819a2758ffe3cdcb4f88c968
passportBuilderScore() view returns (address)
0xbbfeda7c4d8d9df752542b03cdd715f790b32d0b
passportRegistry() view returns (address)
0xb477a9bd2547ad61f4ac22113172dd909e5b2331
trustedSigner() view returns (address)
0x3c16c7092fe83d874bc4dd52c3b51510c69f1d7b
Read-only
This contract contains no read-only function objects.
State-modifying
Events addScore(uint256 score, uint256 passportId, bytes signature) payable
renounceOwnership()
setCost(uint256 _cost)
setDisabled()
setEnabled(bool _enabled)
transferOwnership(address newOwner)
updateReceiver(address _feeReceiver)
BuilderScoreSet(address indexed user, uint256 score, uint256 passportId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _trustedSigner, address _passportBuilderScoreAddress, address _passportRegistryAddress, address _feeReceiver)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)