Bigg Coins
Verified contract
Active on
Ethereum with 592 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 |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9104445 | 5 years ago | | | 0 | 0.00036499500 | |
| 9081564 | 5 years ago | | | 0 | 0.00032444000 | |
| 9081356 | 5 years ago | | | 0 | 0.00020271500 | |
| 9021766 | 5 years ago | | | 0 | 0.00022121200 | |
| 8406991 | 5 years ago | | | 0 | 0.00060348663 | |
| 8406987 | 5 years ago | | | 0 | 0.00060348663 | |
| 8406973 | 5 years ago | | | 0 | 0.00060348663 | |
| 8406961 | 5 years ago | | | 0 | 0.00060348663 | |
| 8327662 | 5 years ago | | | 0 | 0.000066363600 | |
| 8321180 | 5 years ago | | | 0 | 0.00057238600 |
ABI
ABI objects
Getter at block 21388429
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint256)
18
mintable() view returns (bool)
false
name() view returns (string)
Bigg Coins
owner() view returns (address)
0xa78335ff23f7a1b31f7c74d6f6a7b28c02a0abad
symbol() view returns (string)
BIGG
totalSupply() view returns (uint256)
750000000000000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events burn(uint256 _value) returns (bool)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferOwnership(address newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.