Xunjie APP
Verified contract
Active on
Ethereum with 377 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 "Xunjie APP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8526374 | 5 years ago | | | 0 | 0.00078853500 | |
| 8187957 | 5 years ago | | | 0 | 0.00041952800 | |
| 8076884 | 5 years ago | | | 0 | 0.00052505000 | |
| 7584155 | 6 years ago | | | 0 | 0.000057755500 | |
| 7253926 | 6 years ago | | | 0 | 0.00019606322 | |
| 7201978 | 6 years ago | | | 0 | 0.000044882000 | |
| 7201344 | 6 years ago | | | 0 | 0.000089764000 | |
| 7199841 | 6 years ago | | | 0 | 0.00011232300 | |
| 7199585 | 6 years ago | | | 0 | 0.00041952800 | |
| 7199527 | 6 years ago | | | 0 | 0.00014976400 |
ABI
ABI objects
Getter at block 21388960
canBurn() view returns (bool)
true
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Xunjie APP
owner() view returns (address)
0xec47c83e9fe59111d8a91e9855a17a69c6f0f333
slogan() view returns (string)
币探索 (bitansuo.com | bitansuo.eth)
symbol() view returns (string)
XJC
totalSupply() view returns (uint256)
84000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
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)
ownerCanBurn(bool _canBurn)
ownerChangeSlogan(string _slogan)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
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)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
SloganChanged(string indexed oldSlogan, string indexed newSlogan)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _canMint, bool _canBurn)
This contract contains no fallback and receive objects.
This contract contains no error objects.