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 "JULLAR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453230 | 3 months ago | | | 0 | 0.000059338000 | |
| 19815183 | 6 months ago | | | 0 | 0.00025466709 | |
| 15842683 | 2 years ago | | | 0 | 0.00056368824 | |
| 15470189 | 2 years ago | | | 0 | 0.00024414779 | |
| 12614015 | 3 years ago | | | 0 | 0.0010641120 | |
| 12302487 | 4 years ago | | | 0 | 0.0021916202 | |
| 12302473 | 4 years ago | | | 0 | 0.0020479074 | |
| 12301829 | 4 years ago | | | 0 | 0.0037872956 | |
| 12301670 | 4 years ago | | | 0 | 0.0037219974 | |
| 12257359 | 4 years ago | | | 0 | 0.0061186440 |
ABI
ABI objects
Getter at block 21193063
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
JULLAR
owner() view returns (address)
0x13608e05d94ba96f1e73de1abafa5a7087cfdcb3
symbol() view returns (string)
JUL
totalSupply() view returns (uint256)
50021099276362157766332304
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
repayments(uint256) view returns (uint256 time, uint256 amount)
rewards(address, uint256) view returns (uint256 time, uint256 amount)
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)
multiTransfer(address[] _to, uint256[] _value) returns (bool)
repayment() payable
reward() returns (bool)
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()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reward(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.