Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003778 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583561 | 2 years ago | | | 0 | 0.0015984034 | |
| 14790374 | 2 years ago | | | 0 | 0.0018025408 | |
| 13933002 | 3 years ago | | | 0 | 0.0061424028 | |
| 13463517 | 3 years ago | | | 0 | 0.0033160528 | |
| 12942781 | 3 years ago | | | 0 | 0.0015518349 | |
| 10606408 | 4 years ago | | | 0 | 0.0032018290 | |
| 10455023 | 4 years ago | | | 0 | 0.0020986000 | |
| 10359217 | 4 years ago | | | 0 | 0.00095290041 | |
| 10359195 | 4 years ago | | | 0 | 0.00086582650 | |
| 10359152 | 4 years ago | | | 0 | 0.0031493400 |
ABI
ABI objects
Getter at block 21163734
burnable() view returns (bool)
false
canBurn() view returns (bool)
false
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
10000000000000000000000000000
memo() view returns (string)
YFs8doxbzH6Omy8VuqCcPXV8xQa0ltdosD5kMG1KRdv/dtCb8bT55qiq3oR49p/6bHbymMg86Y2EvHm+5Qke9qy+EI4kLSFC0+GA7arr+eRtcUuOcivW/KiFo94poaFoUUznAb/XtvTSklW9gqqHbYN/v6+DWr5Le/qApRG73h22
mintable() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
B95
owner() view returns (address)
0xa51ec71022fa4785de2b6d0e593a544a33586eb2
symbol() view returns (string)
B95
totalSupply() view returns (uint256)
10000000000000000000000000000
version() view returns (string)
1.1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
ownerSetCanBurn(bool _canBurn)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _mintable, bool _burnable, string _memo)
This contract contains no fallback and receive objects.
This contract contains no error objects.