ArcadeTreasury
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARCD | ERC-20 | 19.999484M | $0.035532 |
$710,618.27 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18420744 | a year ago | | | 0 | 0.0020167200 | |
| 18420742 | a year ago | | | 0 | 0.0045505800 | |
| 18420740 | a year ago | | | 0 | 0.0053200800 | |
| 18420739 | a year ago | | | 0 | 0.0053200800 | |
| 18420712 | a year ago | | | 0 | 0.0053210250 | |
| 18420711 | a year ago | | | 0 | 0.0053140050 | |
| 18420709 | a year ago | | | 0 | 0.0053210250 | |
| 18420708 | a year ago | | | 0 | 0.0053145450 | |
| 18420707 | a year ago | | | 0 | 0.0053145450 | |
| 18420706 | a year ago | | | 0 | 0.0053188650 |
ABI
ABI objects
Getter at block 21394754
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
CORE_VOTING_ROLE() view returns (bytes32)
0xa03d5e35ed6e147ad31d18547402c0b7a7af8daf4981f49a281906cd22e30b74
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GSC_CORE_VOTING_ROLE() view returns (bytes32)
0x8aa473cfcbc2f47e563b0347f1895bc8c575e9a4a6ef2d6f6b36961335761c67
SET_ALLOWANCE_COOL_DOWN() view returns (uint48)
604800
Read-only
blockExpenditure(uint256, uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
gscAllowance(address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
lastAllowanceSet(address) view returns (uint48)
spendThresholds(address) view returns (uint256 small, uint256 medium, uint256 large)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approveLargeSpend(address token, address spender, uint256 amount)
approveMediumSpend(address token, address spender, uint256 amount)
approveSmallSpend(address token, address spender, uint256 amount)
batchCalls(address[] targets, bytes[] calldatas)
grantRole(bytes32 role, address account)
gscApprove(address token, address spender, uint256 amount)
gscSpend(address token, uint256 amount, address destination)
largeSpend(address token, uint256 amount, address destination)
mediumSpend(address token, uint256 amount, address destination)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setGSCAllowance(address token, uint256 newAllowance)
setThreshold(address token, struct IArcadeTreasurySpendThreshold thresholds)
smallSpend(address token, uint256 amount, address destination)
GSCAllowanceUpdated(address indexed token, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SpendThresholdsUpdated(address indexed token, struct IArcadeTreasurySpendThreshold thresholds)
TreasuryApproval(address indexed token, address indexed spender, uint256 amount)
TreasuryTransfer(address indexed token, address indexed destination, uint256 amount)
constructor(address _timelock)
receive()
T_ArrayLengthMismatch()
T_BlockSpendLimit()
T_CallFailed()
T_CoolDownPeriod(uint256 currentTime, uint256 coolDownPeriodEnd)
T_InvalidAllowance(uint256 newAllowance, uint256 smallSpendThreshold)
T_InvalidTarget(address target)
T_ThresholdsNotAscending()
T_ZeroAddress(string addressType)
T_ZeroAmount()