Erc20Sale

Verified contract

Active on Ethereum with 820 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Erc20Sale"

0x3014d551ac6a525dbc52f9a78dfc10a2246c07dddda38e49672994ec0d280694
0x4787147c6335eb62f59521a3d9a9bd5b4bdf2797eff1ce95bcabc4a493396e8c
0xc4f6918f66d823c14424bf5cd6cdc4696c105880822693868661f1cccdfa64c1
0x0a5c887944b4e79c35b6b93fbdceec19683d8722d561c1ca730a9dcd832f2df9
0x040a1c51142b719399a5139570121640685fd692d33004130b98724c877d69b3
0xfac698d5fed3908c93bb5a2b1cc185f0f7acd618ee1a7ce53e41b9e83d44b6d7
0x5f722f60a5c7c18b08f3fa5a7d82ea667fd609f2b251a9e8d513165837cd5a64
0x1005a9b29ed64522623a0eda35e9d879e7684538a74971fb8fc2bb9216bb67cf
0x51853484d98b36fd7f4f0f29651d043053256c59a9f2aa129e7e8a44dc5b8d03
0x5fe747d1e80a564811912c58238258fd0d72607cf71d98fd78b7090d610fb6bd

Functions
Getter at block 21398762
DECIMALS(view returns (uint256)
18
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ONRAMP_ROLE(view returns (bytes32)
0x91d96aeb79b06d0c0af435886f825cf637b0bfa9f4681ee079c2a9c6c861185c
UNITS(view returns (uint256)
1000000000000000000
getStorage(view returns (address)
0xd505de0c61271c51c8fdbe377557f73d5bce03d0
paused(view returns (bool)
false
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getTotal(address token_view returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isToken(address token_view returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
buy(address token_uint256 amount_uint8 option_address ref_
buyFor(address token_uint256 amount_uint8 option_address user_address ref_
grantRole(bytes32 roleaddress account
pause(
recoverErc20(address token_uint256 amount_
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
unpause(
Events
CoinRecovered(uint256 amount
Erc20Recovered(address tokenuint256 amount
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokensPurchased(address indexed useraddress indexed tokenaddress indexed refuint256 amountuint8 optionuint256 solduint256 round
Unpaused(address account
Constructor
constructor(address storage_address[] tokens_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ErrAmountZero(
ErrClosed(
ErrMax(uint256 amount_uint256 max_
ErrMin(uint256 amount_uint256 min_
ErrNullAddress(
ErrReferral(
ErrRoundAllocation(
ErrRoundClosed(
ErrTokenUndefined(
ErrTransfer(
ExpectedPause(
FailedInnerCall(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token