BIGG CASH
Verified contract
Active on
Ethereum with 3,709 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 |
---|---|---|---|---|---|
BIGG | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583572 | 2 years ago | | | 0 | 0.0020244852 | |
| 13715011 | 3 years ago | | | 0 | 0.0031104802 | |
| 13466387 | 3 years ago | | | 0 | 0.0028331331 | |
| 12539818 | 3 years ago | | | 0 | 0.0011135124 | |
| 11549283 | 4 years ago | | | 0 | 0.0021135950 | |
| 11523639 | 4 years ago | | | 0 | 0.0034819994 | |
| 11513956 | 4 years ago | | | 0 | 0.0025552460 | |
| 11474464 | 4 years ago | | | 0 | 0.0016890740 | |
| 11474410 | 4 years ago | | | 0 | 0.0017139880 | |
| 11474383 | 4 years ago | | | 0 | 0.0017131000 |
ABI
ABI objects
Getter at block 21290065
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BIGG CASH
owner() view returns (address)
0xd79e74f5d5f1feecf55bfd4c94fae25cec5558d1
paused() view returns (bool)
false
symbol() view returns (string)
BIGG
totalSupply() view returns (uint256)
750000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
limitTransfer(address) view returns (uint256)
State-modifying
Events addPauser(address account)
approve(address _spender, uint256 _value) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool success)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool success)
limitTokenTransfer(address addr, uint256 num_days)
pause()
renounceOwnership()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlimitTokenTransfer(address addr)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
TokenNameChanged(string indexed name, string indexed newName)
TokenTransferLimited(address indexed addr, uint256 num_days)
TokenTransferUnlimited(address indexed addr)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.