IGPToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x35544ad6 at 10330112
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
3 additional variables

No balances found for "IGPToken"

No transactions found for "IGPToken"


Functions
Getter at block 20915773
decimals(view returns (uint8)
0
isOwner(view returns (bool)
false
name(view returns (string)
numberWithdrawalsPending(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
price(view returns (uint256 numeratoruint256 denominator)
(numerator=0, denominator=0)
stableContract(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
whitelistContract(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isMinter(address accountview returns (bool)
isPauser(address accountview returns (bool)
pendingWithdrawals(addressview returns (uint256)
withdrawals(uint256view returns (address)
State-modifying
addLiquidity(uint256 amount
addMinter(address account
addPauser(address account
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnForParticipant(address accountuint256 value
burnFrom(address accountuint256 amount
changeStableContract(address stableContractInput
claimTokens(address token
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address sender
initialize(string namestring symboluint8 decimals
initialize(uint256 priceNumeratorInputaddress whitelistContractInputaddress stableContractInput
mint(address touint256 valuereturns (bool)
pause(
removeLiquidity(uint256 amount
removeMinter(address account
removePauser(address account
renounceMinter(
renounceOwnership(
renouncePauser(
requestWithdrawal(uint256 amountTokensToWithdraw
setMaxWithdrawalsPerTx(uint256 newMaxWithdrawalsPerTx
setMinimumTokenRedemption(uint256 newMinTokenRedemption
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
unpause(
updatePrice(uint256 newNumerator
updatePriceDenominator(uint256 newDenominator
Events
AddLiquidity(address indexed accountaddress indexed stableAddressuint256 value
Approval(address indexed owneraddress indexed spenderuint256 value
MinterAdded(address indexed account
MinterRemoved(address indexed account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
PriceUpdate(uint256 numeratoruint256 denominator
RemoveLiquidity(address indexed accountuint256 value
TokensClaimed(address indexed tokenuint256 balance
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Withdraw(address indexed participantuint256 amountTokensuint256 etherAmount
WithdrawFailed(address indexed participantuint256 amountTokens
WithdrawInvalidAddress(address indexed participantuint256 amountTokens
WithdrawRequest(address indexed participantuint256 amountTokens
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.