TerminalV1
Verified contract
Active on
Ethereum with 38,081 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($17,481,387.12)
Native
Value
$17,478,169.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.130001K | $3,407.05 |
$17,478,169.32 | |
PEOPLE | ERC-20 | 50K | $0.064356 |
$3,217.8 | |
SCooBi | ERC-20 | 1M | -- | -- | |
SILO | ERC-20 | 25.960868K | -- | -- | |
LOFE | ERC-20 | 18.880211K | -- | -- | |
SPICE | ERC-20 | 1K | -- | -- | |
ICG | ERC-20 | 100 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20891809 | 2 months ago | | | 0 | 0.00018906300 | |
| 20471051 | 4 months ago | | | 0.000123839 | 0.00052905912 | |
| 20452967 | 4 months ago | | | 0.00234082 | 0.000070602000 | |
| 20420594 | 4 months ago | | | 0 | 0.0012103187 | |
| 20408707 | 4 months ago | | | 0.00567421 | 0.000074788000 | |
| 20252804 | 5 months ago | | | 0.01 | 0.000070590000 | |
| 20179707 | 5 months ago | | | 0 | 0.00054528709 | |
| 20173856 | 5 months ago | | | 0 | 0.00023551650 | |
| 19912249 | 6 months ago | | | 0 | 0.0023997950 | |
| 19498292 | 8 months ago | | | 0 | 0.0033025931 |
ABI
ABI objects
Getter at block 21256666
fee() view returns (uint256)
0
fundingCycles() view returns (address)
0xf507b2a1dd7439201eb07f11e1d62afb29216e2e
governance() view returns (address)
0xac43e14c018490d045a774008648c701cda8c6b3
modStore() view returns (address)
0xb9e4b658298c7a36bdf4c2832042a5d6700c3ab8
operatorStore() view returns (address)
0xab47304d987390e27ce3bc0fa4fe31e3a98b0db2
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
prices() view returns (address)
0xa9537cc42555564206d4e57c0eb6943d56e83a30
projects() view returns (address)
0x9b5a4053ffbb11ca9cd858aaee43cc95ab435418
terminalDirectory() view returns (address)
0x46c9999a2edcd5aa177ed7e8af90c68b7d75ba46
ticketBooth() view returns (address)
0xee2ebccb7cdb34a8a822b589f9e8427c24351bfc
Read-only
balanceOf(uint256) view returns (uint256)
canPrintPreminedTickets(uint256 _projectId) view returns (bool)
claimableOverflowOf(address _account, uint256 _projectId, uint256 _count) view returns (uint256)
currentOverflowOf(uint256 _projectId) view returns (uint256 overflow)
migrationIsAllowed(address) view returns (bool)
reservedTicketBalanceOf(uint256 _projectId, uint256 _reservedRate) view returns (uint256)
State-modifying
Events acceptGovernance()
addToBalance(uint256 _projectId) payable
allowMigration(address _contract)
appointGovernance(address _pendingGovernance)
configure(uint256 _projectId, struct FundingCycleProperties _properties, struct FundingCycleMetadata _metadata, struct PayoutMod[] _payoutMods, struct TicketMod[] _ticketMods) returns (uint256)
deploy(address _owner, bytes32 _handle, string _uri, struct FundingCycleProperties _properties, struct FundingCycleMetadata _metadata, struct PayoutMod[] _payoutMods, struct TicketMod[] _ticketMods)
migrate(uint256 _projectId, address _to)
pay(uint256 _projectId, address _beneficiary, string _memo, bool _preferUnstakedTickets) payable returns (uint256)
printPreminedTickets(uint256 _projectId, uint256 _amount, uint256 _currency, address _beneficiary, string _memo, bool _preferUnstakedTickets)
printReservedTickets(uint256 _projectId) returns (uint256 amount)
redeem(address _account, uint256 _projectId, uint256 _count, uint256 _minReturnedWei, address _beneficiary, bool _preferUnstaked) returns (uint256 amount)
setFee(uint256 _fee)
tap(uint256 _projectId, uint256 _amount, uint256 _currency, uint256 _minReturnedWei) returns (uint256)
AcceptGovernance(address governance)
AddToBalance(uint256 indexed projectId, uint256 value, address caller)
AllowMigration(address allowed)
AppointGovernance(address governance)
Configure(uint256 indexed fundingCycleId, uint256 indexed projectId, address caller)
Deposit(uint256 amount)
DistributeToPayoutMod(uint256 indexed fundingCycleId, uint256 indexed projectId, struct PayoutMod mod, uint256 modCut, address caller)
DistributeToTicketMod(uint256 indexed fundingCycleId, uint256 indexed projectId, struct TicketMod mod, uint256 modCut, address caller)
EnsureTargetLocalWei(uint256 target)
Migrate(uint256 indexed projectId, address indexed to, uint256 _amount, address caller)
Pay(uint256 indexed fundingCycleId, uint256 indexed projectId, address indexed beneficiary, uint256 amount, string note, address caller)
PrintPreminedTickets(uint256 indexed projectId, address indexed beneficiary, uint256 amount, uint256 currency, string memo, address caller)
PrintReserveTickets(uint256 indexed fundingCycleId, uint256 indexed projectId, address indexed beneficiary, uint256 count, uint256 beneficiaryTicketAmount, address caller)
Redeem(address indexed holder, address indexed beneficiary, uint256 indexed _projectId, uint256 amount, uint256 returnAmount, address caller)
SetFee(uint256 _amount)
SetTargetLocalWei(uint256 amount)
SetYielder(address newYielder)
Tap(uint256 indexed fundingCycleId, uint256 indexed projectId, address indexed beneficiary, uint256 amount, uint256 currency, uint256 netTransferAmount, uint256 beneficiaryTransferAmount, uint256 govFeeAmount, address caller)
constructor(address _projects, address _fundingCycles, address _ticketBooth, address _operatorStore, address _modStore, address _prices, address _terminalDirectory, address _governance)
This contract contains no fallback and receive objects.
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)