TigaICO

Verified contract

Active on Base with 2 txns
Deployed by via 0x3d0e49c3 at 12391418
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TigaICO"

0xe420e0cb56ed5c3b8c4a883462b7a62682e9a726a20d65e083653505c91582b5
0xdd96eefa840fbb33f95cdb0169526fc0030a3f9921a2c6b442ca24c52814e184

Functions
Getter at block 23568181
NATIVE_TOKEN(view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
WRAPPED_NATIVE_TOKEN(view returns (address)
0x4200000000000000000000000000000000000006
nextRoundId(view returns (uint256)
1
owner(view returns (address)
0x4de069de72814807779771cb4804b6293486b65d
Read-only
isTokenPaused(address tokenAddressview returns (bool)
isTokenSupported(address _tokenAddressview returns (bool)
queryOraclePrice(address tokenview returns (uint256)
roundInfo(uint256view returns (uint256 roundIduint256 startTimeuint256 endTimeuint256 capLimituint256 currentCapbool capReachedbool isPaused)
roundTokens(uint256 _roundIdview returns (address[]bool[])
supportContriubtionRound(uint256 roundIdview returns (bool)
supportedTokens(addressview returns (address tokenAddressaddress oracleAddressuint8 modeuint256 decimalsbool isPaused)
State-modifying
addSupportedToken(address _tokenAddressaddress _oracleAddressuint8 _modeuint256 _decimalsbool _isPaused
collectFunds(address[] token
createNewRound(uint256 _startTimeuint256 _endTimeuint256 _capLimitaddress[] _tokensreturns (uint256)
multicall(bytes[] datapayable returns (bytes[] results)
participateInRound(uint256 _roundIdaddress _tokenuint256 amountpayable 
removeSupportedToken(address _tokenAddress
renounceOwnership(
toggleRoundPause(uint256 _roundIdbool paused
toggleTokenPause(address _tokenAddressbool paused
transferOwnership(address newOwner
Events
FundsCollected(address collector
NewRoundCreated(uint256 roundId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ParticipatedInRound(uint256 roundIdaddress participantaddress tokenuint256 amountuint256 price
RoundPauseToggled(uint256 roundIdbool isPaused
SupportedTokenAdded(address token
SupportedTokenPaused(address tokenbool paused
SupportedTokenRemoved(address token
Constructor
constructor(address _wrapped_native_token
Fallback and receive
receive(
Errors
OraclePriceExpired(
OraclePriceLessThanZero(