Erc20Sale
Verified contract
Active on
Ethereum with 820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Erc20Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20224196 | 5 months ago | | | 0 | 0.00041449786 | |
| 20207203 | 5 months ago | | | 0 | 0.00093620401 | |
| 20199689 | 5 months ago | | | 0 | 0.00039384425 | |
| 20141948 | 6 months ago | | | 0 | 0.0010692332 | |
| 20128097 | 6 months ago | | | 0 | 0.0016543199 | |
| 20103171 | 6 months ago | | | 0 | 0.00095563263 | |
| 20092682 | 6 months ago | | | 0 | 0.0018315939 | |
| 20084906 | 6 months ago | | | 0 | 0.0025740841 | |
| 20061147 | 6 months ago | | | 0 | 0.00099476669 | |
| 20047512 | 6 months ago | | | 0 | 0.0016318079 |
ABI
ABI objects
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 role) view returns (bytes32)
getTotal(address token_) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isToken(address token_) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buy(address token_, uint256 amount_, uint8 option_, address ref_)
buyFor(address token_, uint256 amount_, uint8 option_, address user_, address ref_)
grantRole(bytes32 role, address account)
pause()
recoverErc20(address token_, uint256 amount_)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
unpause()
CoinRecovered(uint256 amount)
Erc20Recovered(address token, uint256 amount)
Paused(address account)
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)
TokensPurchased(address indexed user, address indexed token, address indexed ref, uint256 amount, uint8 option, uint256 sold, uint256 round)
Unpaused(address account)
constructor(address storage_, address[] tokens_)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 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)