Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BIGI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22826395 | 21 days ago | | | 0 | 1.4665406e-7 | |
| 21592661 | 2 months ago | | | 0 | 0.000000409786907672 | |
| 21500810 | 2 months ago | | | 0 | 2.2926505e-7 | |
| 21500800 | 2 months ago | | | 0 | 2.2989121e-7 | |
| 21500773 | 2 months ago | | | 0 | 2.3901700e-7 | |
| 21500717 | 2 months ago | | | 0 | 2.3136100e-7 | |
| 21500717 | 2 months ago | | | 0 | 2.3375518e-7 | |
| 21500717 | 2 months ago | | | 0 | 2.3863059e-7 | |
| 21500662 | 2 months ago | | | 0 | 2.2977941e-7 | |
| 21500650 | 2 months ago | | | 0 | 3.9881022e-7 |
ABI
ABI objects
Getter at block 23724546
DOMAIN_SEPARATOR() view returns (bytes32)
0x40b15be231387a754a00fbf1a122edf3c36819620567dc12314dd41ba257d33f
decimals() view returns (uint8)
18
name() view returns (string)
Bigi DAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BIGI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockups(uint256) view returns (address)
nonces(address owner) 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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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.