Beautiful Joi Technology
Verified contract
Active on
Ethereum with 36 txns
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 |
---|---|---|---|---|---|
BJT | ERC-20 | 190M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16570300 | 2 years ago | | | 0 | 0.0013542705 | |
| 15017522 | 2 years ago | | | 0 | 0.0011302605 | |
| 13453367 | 3 years ago | | | 0 | 0.0037330854 | |
| 11449212 | 4 years ago | | | 0 | 0.0036602349 | |
| 11171633 | 4 years ago | | | 0 | 0.0011792700 | |
| 11171131 | 4 years ago | | | 0 | 0.00094255200 | |
| 11162052 | 4 years ago | | | 0 | 0.0065495000 | |
| 11124106 | 4 years ago | | | 0 | 0.00088484550 | |
| 11119619 | 4 years ago | | | 0 | 0.0065475000 | |
| 11119612 | 4 years ago | | | 0 | 0.0065455000 |
ABI
ABI objects
Getter at block 21083502
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Beautiful Joi Technology
owner() view returns (address)
0xcc4f8e3977421672b6f530c039a47eaf0e8f93b1
paused() view returns (bool)
false
symbol() view returns (string)
BJT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blackList(address) view returns (bool)
State-modifying
Events MultiTransfer(address[] _to, uint256[] _amount) returns (bool)
SetLockAddress(address _lockAddress) returns (bool)
UnLockAddress(address _unlockAddress) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burnAdminAmount(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAdminAmount(address indexed burner, uint256 value)
Lock(address indexed LockedAddress)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed UnLockedAddress)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.