Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRIGHT | ERC-20 | 735 | $0.015695 |
$11.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154572 | 18 hours ago | | | 0 | 0.00040363600 | |
| 21154570 | 18 hours ago | | | 0 | 0.00033777063 | |
| 21154509 | 18 hours ago | | | 0 | 0.00052607267 | |
| 21143346 | 2 days ago | | | 0 | 0.0010275618 | |
| 21138983 | 3 days ago | | | 0 | 0.00072841657 | |
| 21136111 | 3 days ago | | | 0 | 0.00067470484 | |
| 21108928 | 7 days ago | | | 0 | 0.00010703000 | |
| 21054104 | 15 days ago | | | 0 | 0.00010688045 | |
| 21054103 | 15 days ago | | | 0 | 0.000098980134 | |
| 21040527 | 17 days ago | | | 0 | 0.00018434139 |
ABI
ABI objects
Getter at block 21159814
cap() view returns (uint256)
100000000000000000000000000
created() view returns (uint256)
1631002673
decimals() view returns (uint8)
18
dynamicCap() view returns (uint256)
56795306316590563261851148
mintingLockedUntil() view returns (uint256)
1663351541
name() view returns (string)
Bright
owner() view returns (address)
0x693fb04d603d800fa9456a02564ba060da8939fc
symbol() view returns (string)
BRIGHT
totalSupply() view returns (uint256)
33000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setMintingLock(uint256 timestamp)
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)
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.