TokenFacade
Verified contract
Active on
Ethereum with 346 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 "TokenFacade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7203531 | 6 years ago | | | 0 | 0.00010636000 | |
| 5120539 | 7 years ago | | | 0 | 0.00026990000 | |
| 5086411 | 7 years ago | | | 0 | 0.00064296000 | |
| 5070928 | 7 years ago | | | 0 | 0.00036768125 | |
| 5069793 | 7 years ago | | | 0 | 0.00027523989 | |
| 5065719 | 7 years ago | | | 0 | 0.00066100000 | |
| 5061999 | 7 years ago | | | 0 | 0.00066100000 | |
| 5059429 | 7 years ago | | | 0 | 0.00066100000 | |
| 5057194 | 7 years ago | | | 0 | 0.0012580200 | |
| 5053948 | 7 years ago | | | 0 | 0.00066100000 |
ABI
ABI objects
Getter at block 21207372
decimals() view returns (uint8)
[unknown]
getMegaboxIndex() view returns (uint256)
[unknown]
getTokensInAction() view returns (uint256)
[unknown]
infoAboveSpot() view returns (uint256)
[unknown]
infoTier() view returns (string)
[unknown]
infoTokenSilverRatio() view returns (string)
[unknown]
name() view returns (string)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
Read-only
allowance(address _from, address _recipient) view returns (uint256)
balanceOf(address _address) view returns (uint256)
canPurchase(address _address, uint256 _tokensAmount) view returns (bool, bool, bool, bool)
canTransfer(address _from, address _to, uint256 _amount) view returns (bool, bool)
getMegabox(uint256 index) view returns (address, uint256, uint256)
getSetting(string _name) view returns (uint256)
getTokensPrice(uint256 _amount, bool withFee) view returns (uint256)
isPermitted(address _address) view returns (bool)
State-modifying
Events _approve(address _from, address _recipient, uint256 _amount) returns (bool)
_purchase(address _to, uint256 _amount)
_redeem(address _from, uint256 _tokens)
_setSetting(string _name, uint256 _value)
_setStore(address _address)
_setValidator(address _address)
_start()
_startMegabox(uint256 _tokens)
_transfer(address _from, address _to, uint256 _amount) returns (bool)
approve(address _recipient, uint256 _amount) returns (bool)
kill()
permit(address _address, bool _isAllowed)
purchase() payable
redeem(uint256 _tokens)
resetDeadTokens(uint256 _amount) returns (bool)
setInfoAboveSpot(uint256 newInfoAboveSpot)
setInfoTier(string newInfoTier)
setInfoTokenSilverRatio(string newInfoTokenSilverRatio)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
withdraw(address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _recipient, uint256 _amount)
FeeApplied(string _name, address _address, uint256 _amount)
TokenPoolExhausting(uint256 _amount)
TokenPurchased(address _address, uint256 _amount, uint256 _tokens)
TokenSold(address _from, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.