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 "JNTR/e"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21087139 | 19 days ago | | | 0 | 0.00075267612 | |
| 20523834 | 3 months ago | | | 0 | 0.000064304373 | |
| 19520542 | 8 months ago | | | 0 | 0.0028213642 | |
| 19520074 | 8 months ago | | | 0 | 0.0028400150 | |
| 19520062 | 8 months ago | | | 0 | 0.0023002155 | |
| 19520030 | 8 months ago | | | 0 | 0.0016210110 | |
| 19520027 | 8 months ago | | | 0 | 0.0029632926 | |
| 19477613 | 8 months ago | | | 0 | 0.00087173912 | |
| 16874199 | 2 years ago | | | 0 | 0.00029363202 | |
| 15903815 | 2 years ago | | | 0 | 0.00031955549 |
ABI
ABI objects
Getter at block 21220316
airdrop_maker() view returns (address)
0x94bac24a28671dfd7dc4e69d1010426aa5dfc7a0
decimals() view returns (uint8)
18
name() view returns (string)
JNTR/e
owner() view returns (address)
0xc326df3bec90f94887d2756e03b51a222f2b0de4
symbol() view returns (string)
JNTR/e
totalSupply() view returns (uint256)
911160791713075780500000
unlock_amount() view returns (uint256)
226000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
gateways(address) view returns (bool)
locked(address) view returns (bool)
State-modifying
Events airdrop(address[] recipients, uint256 amount) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
changeGateway(address gateway, bool active) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
setAirdropMaker(address _addr) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeGateway(address gateway, bool active)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.