0x710ab015108c6f92ce71ed11c988ae0b8ace33ed

Unverified contract

Proxy

Active on Base with 1,327 txns
Deployed by via 0x68f3e00b at 14091105
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
ERC-20
Value $10,691.57
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0xb055083056961da7920bb15b3880e42fe6f34f41bbd00df87f91c814c49e2215
0x98da7ddaf5b49ad0554ef723e944c9552c9078314d04dbe267505930d8065ade
0xa0e682186538481cbe79569ab5ec8fcb3babef46b3a25b8d1d5f2ef2440721ed
0xfea97cd05d9eaa38cb0dd011b60643fa55a9cc01bb7e733f872e37a624bf0ab5
0xd023aa675d7a9220dc0e6ee8edefcbcc4bfeadce5d4e5b7c391a7cfe218fd923
0x5f562b13edf05116606b05df7aa93374af94f929309c76f2773f3b0fe48c4312
0x66e722137769d9a9d18498b44bfc8b98837e2aec8153d90282f1e9120fff5cd3
0xd19c2072c7c51d6b57f1b5ecd47b622a704bd44dabadc092547ce483d980c4e5
0x09171215824ab6f050cc79cfca12f963ebaeed34c1ebfee3cf6b3339b294b253
0x82b0ba54ac9776be1c9af642d664c02153a9591d376f41668787004b9e5efab2

Functions
Getter at block 23891955
BACKOFFICE_CONTRACT_ADMIN_ROLE(view returns (bytes32)
0x1cc585a35ee40bc8e30be46c66514537f1953ad0977428ef905e8e0df71a6ee7
BACKOFFICE_GOVERNANCE_ROLE(view returns (bytes32)
0x85485e0579110e3a8651ecc622c4a4de1af035fb88034e30905cf67a60881bfd
BACKOFFICE_ROLE_ADMIN_ROLE(view returns (bytes32)
0xb58f543c34fc3c79e1c358174f46808f77878cdc5ca730c4617cdbe574382eb6
BATCH_MAX_NUM(view returns (uint256)
100
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERCENT_100_WEI(view returns (uint256)
100000000000000000000
SCHEDULE_MAX_ENTRIES(view returns (uint256)
100
SECONDS_IN_DAY(view returns (uint256)
86400
TENANT_CONTRACT_ADMIN_ROLE(view returns (bytes32)
0x52bbfa6e876ba7eadc80dc9b099c193c6daea0056635c463ce4d9723fa6d7733
TENANT_GOVERNANCE_ROLE(view returns (bytes32)
0x96569a1fadb2d4dcc763ecf02934e5ddc4e41d9d5f44b6b99af57748b38b5058
TENANT_ROLE_ADMIN_ROLE(view returns (bytes32)
0x07258f049a6ded7f9eee4348cd5f072dca4852fa78e9604f2468ddeaa723e588
TOKEN_MAX_DECIMALS(view returns (uint256)
18
TOKEN_RATE_SCALE(view returns (uint256)
1000000000000000000
adminWallet(view returns (address)
0x4c9658e77d53d0e9b190acec4fedc60d2875fd94
allowAccumulate(view returns (bool)
false
factoryImplementationType(view returns (uint256 implementationType)
40671335614963018557322824793024863016445127676230257936628911677933926371539
getPaymentReceivedInfo(view returns (address paymentVestingAddressuint256 rate)
(paymentVestingAddress=0x0000000000000000000000000000000000000000, rate=0)
getRefundWindow(view returns (uint256 startTimestampuint256 durationSecondsuint256 endTimestamp)
(startTimestamp=1715099460, durationSeconds=259200, endTimestamp=1715358660)
getVestingSchedule(view returns (uint256[] startTimestampsuint256[] percentReleasesuint256[] durationsDaysuint256[] endTimestamps)
(startTimestamps=[1715099400, 1717777800], percentReleases=[20000000000000000000, 80000000000000000000], durationsDays=[0, 30], endTimestamps=[1715099400, 1720369800])
isRefundWindowDefined(view returns (bool isDefined)
true
isRefundWindowOpenNow(view returns (bool isOpen)
false
isVestingScheduleDefined(view returns (bool isDefined)
true
numVestingScheduleEntries(view returns (uint256)
2
paused(view returns (bool)
false
tokenAddress(view returns (address)
0x5e432eecd01c12ee7071ee9219c2477a347da192
tokenDecimals(view returns (uint256)
18
totalGrantAmount(view returns (uint256)
38571428000000000000000000
totalRefundAmount(view returns (uint256)
17456277000000000000000000
totalReleasedAmount(view returns (uint256)
12618378675654629629626216
totalRevokedAmount(view returns (uint256)
0
Read-only
effectiveGrantAmountFor(address accountview returns (uint256 grantAmountWei)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRefundWindowStarted(uint256 atTimestampview returns (bool hasStarted)
hasRefundedFor(address accountview returns (bool hasRefunded)
hasReleasedFor(address accountview returns (bool hasReleased)
hasRole(bytes32 roleaddress accountview returns (bool)
hasVestingScheduleStarted(uint256 atTimestampview returns (bool hasStarted)
refundableAmountFor(address accountview returns (uint256 refundableAmount)
refundedAmountFor(address accountview returns (uint256 refundedAmount)
releasableAmountFor(address accountview returns (uint256 releasableAmount)
releasedAmountFor(address accountview returns (uint256 releasedAmount)
revoked(address accountview returns (bool isRevoked)
supportsInterface(bytes4 interfaceIdview returns (bool)
unvestedAmountFor(address accountview returns (uint256 unvestedAmount)
vestedAmountFor(address accountview returns (uint256 vestedAmount)
vestingGrantFor(address accountview returns (uint256 grantAmountbool isRevocablebool isRevokedbool isActive)
State-modifying
addVestingGrant(address accountuint256 grantAmountbool isRevocable
addVestingGrantsBatch(address[] accountsuint256[] grantAmountsbool[] isRevocables
cancelRefundWindow(
extendRefundWindow(uint256 newDurationSeconds
grantRole(bytes32 roleaddress account
initialize(address tokenAddress_uint256 tokenDecimals_bool allowAccumulate_address backofficeAdminAddressaddress tenantAdminAddress
pauseContract(
refund(
release(
removePaymentReceivedInfo(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
revokeVestingGrant(address account
revokeVestingGrantsBatch(address[] accounts
setAdminWallet(address newWallet
setPaymentReceivedInfo(address paymentVestingAddressuint256 rate
setRefundWindow(uint256 startTimestampuint256 durationSeconds
setVestingSchedule(uint256[] startTimestampsuint256[] percentReleasesuint256[] durationsDays
transferUnusedTokens(
unpauseContract(
Events
AdminWalletChanged(address indexed oldWalletaddress indexed newWalletaddress indexed sender
Initialized(uint8 version
Paused(address account
PaymentReceivedInfoRemoved(address indexed senderaddress paymentVestingAddressuint256 rate
PaymentReceivedInfoSet(address indexed senderaddress paymentVestingAddressuint256 rate
RefundWindowCancelled(address indexed senderuint256 refundStartTimestampuint256 refundDurationSecondsuint256 refundEndTimestamp
RefundWindowExtended(address indexed senderuint256 newDurationSecondsuint256 newEndTimestampuint256 oldDurationSecondsuint256 oldEndTimestamp
RefundWindowSet(address indexed senderuint256 startTimestampuint256 durationSecondsuint256 endTimestamp
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
ScheduleSet(address indexed senderuint256[] startTimestampsuint256[] percentReleasesuint256[] durationsDays
TokensRefunded(address indexed accountuint256 refundTokenAmountuint256 refundPaymentAmount
TokensReleased(address indexed accountuint256 amount
Unpaused(address account
UnusedTokensTransferred(address indexed senderuint256 unusedAmountuint256 balanceInWeiuint256 totalReleasedAmountuint256 totalRevokedAmountuint256 totalRefundAmountuint256 totalGrantAmount
VestingGrantAdded(address indexed accountuint256 grantAmountbool isRevocable
VestingGrantRevoked(address indexed accountuint256 remainderAmountuint256 grantAmountuint256 refundedAmountuint256 releasedAmount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.