0xda112d274cdf70f56a9c96ec393c29230fed0558

Verified contract

Proxy

Active on Ethereum with 382 txns
Deployed by via 0xeddc44dd at 20074936
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,401.01
0xea10c7b9d4fecf310578c5c64ca17c8f629232ceaa7b2db119a82bf5734b6028
0x0ee2d22abbf49e526301aad2d68002fc36cccd7fcaa0e0c0d4d6602c02f4f7da
0x535fb507acdcfb4e4e8e4de8a03c189b0427efa35b52bb31ce4ee214d8093d92
0xb0d44b6edeee1df5ce771010ed9730b640dced8a5c050f925956494f31ea9949
0x03101f271a2e2b597f17caa0b8d44ca25c8ae00fb5e83a7dfc156a06c386b52b
0x0013e1b6ae20909bacf13fe49bbe101bc1e0c45e3f3e00fd0b94a5c4b044d89c
0x3b7f2fcdb476f12c0cd832fabad8346409249c03487bffcae1e5c15dc12c7280
0xba1521ff6d2a61fbc38d9802823687f79b5c2b78c03c24065d0a3a17ef678edb
0x3e19f018263cadaa959babb7fd36da3fe3507822b6bce5aa4e48b1aa1c5e7656
0x4e8d0d50d68ca4b10cc106f093ff65873c4e37512adb5344125962ca3b38d0de

Functions
Getter at block 21425277
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=1718273760, durationSeconds=86400, endTimestamp=1718360160)
getVestingSchedule(view returns (uint256[] startTimestampsuint256[] percentReleasesuint256[] durationsDaysuint256[] endTimestamps)
(startTimestamps=[1718273700, 1720865700], percentReleases=[25000000000000000000, 75000000000000000000], durationsDays=[0, 360], endTimestamps=[1718273700, 1751969700])
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)
0x87b46212e805a3998b7e8077e9019c90759ea88c
tokenDecimals(view returns (uint256)
18
totalGrantAmount(view returns (uint256)
3125000000000000000000000
totalRefundAmount(view returns (uint256)
2246975000000000000000000
totalReleasedAmount(view returns (uint256)
191865781687885802467538
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.