The Big Bang
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "The Big Bang"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8311337 | 5 years ago | | | 0 | 0.00017999200 | |
| 8311333 | 5 years ago | | | 0 | 0.00017999200 | |
| 8311331 | 5 years ago | | | 0 | 0.00017999200 | |
| 8311329 | 5 years ago | | | 0 | 0.00018024800 | |
| 8311326 | 5 years ago | | | 0 | 0.00018024800 | |
| 8311323 | 5 years ago | | | 0 | 0.00018024800 | |
| 8311321 | 5 years ago | | | 0 | 0.00018024800 | |
| 8311315 | 5 years ago | | | 0 | 0.00018050400 | |
| 8311312 | 5 years ago | | | 0 | 0.00018050400 | |
| 8311308 | 5 years ago | | | 0 | 0.00018050400 |
ABI
ABI objects
Getter at block 21331915
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
name() view returns (string)
The Big Bang
symbol() view returns (string)
BANG
totalSupply() view returns (uint256)
5902958103587056517120
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findTwentyPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
multiTransferSingleAmount(address[] receivers, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.