0xf956cb891d21fba08fec06782492736b68858270

Verified contract

Proxy

Active on Ethereum with 1,011 txns
Deployed by via 0x1dbc8fde at 20015471
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 $9,049.25
0xe2bc425faf4e07faf1cef7cee8d43d2d6ba1f14765e9fa837286bdc38f2ac64b
0xa677b02c916e0bbf1c1db51bce757374c23165085aa0a8ad13e403fdc89337c1
0x6567af29eada6c80004f9cefc7e5365b0dfb5af89dae78b8cf68ea8e5d39d40e
0x4c2402b267073593d8a31c94fada18d7878cf484cbfcfe88d69920fc2ab1becc
0xb4313497a7e711ce673eb9ce24b8d2ce28405f70305a3698c2adac41d5f52c1e
0x11fdd89ee3295ebb0b972f7ccadacb60920c34f9ae9bb024436daba0daf2c8c9
0x1f52115da9c52390cbd28feb465516889a6882572c241721eecb18052d54d40e
0x017b1c924dadcc91e07cf870241bb26f7b30f75c0379290b5c6c65305e5dd2c9
0x246a00332dacf9b26bd1dcbcc0b2a4e71bf65d555f9256e424fd39206a802135
0x2b25a862fdf52d6ebcc84061e3bbc90de8f400138b08cd18071ebb1db109a4a6

Functions
Getter at block 21307121
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)
true
factoryImplementationType(view returns (uint256 implementationType)
40671335614963018557322824793024863016445127676230257936628911677933926371539
getPaymentReceivedInfo(view returns (address paymentVestingAddressuint256 rate)
(paymentVestingAddress=0x0000000000000000000000000000000000000000, rate=0)
getRefundWindow(view returns (uint256 startTimestampuint256 durationSecondsuint256 endTimestamp)
(startTimestamp=1717510560, durationSeconds=86400, endTimestamp=1717596960)
getVestingSchedule(view returns (uint256[] startTimestampsuint256[] percentReleasesuint256[] durationsDaysuint256[] endTimestamps)
(startTimestamps=[1717510500, 1717510560], percentReleases=[25000000000000000000, 75000000000000000000], durationsDays=[0, 90], endTimestamps=[1717510500, 1725286560])
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)
0x989fa855ce126275bc269e0ec8f04a57b4af02b4
tokenDecimals(view returns (uint256)
18
totalGrantAmount(view returns (uint256)
24876013000000000000000000
totalRefundAmount(view returns (uint256)
8254299000000000000000000
totalReleasedAmount(view returns (uint256)
10539981225523630401212896
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.