Big Chance

Verified contract

Active on Base with 1 txns
Deployed by via 0x4cd50062 at 18503968
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Big Chance"

0x4e0198b53ea312b912cea1129a031bc3a073be4ac68fbf0f8e4c268e2f73c3af
From

Functions
Getter at block 23692733
decimals(view returns (uint8)
6
name(view returns (string)
Big Chance
owner(view returns (address)
0x3e9ab7c94215606d2293adf50045b3c634ccf1f6
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
poolContract(view returns (address)
0x3e9ab7c94215606d2293adf50045b3c634ccf1f6
symbol(view returns (string)
BIG
totalSupply(view returns (uint256)
1000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
mint(address touint256 amount
renounceOwnership(
setPoolContract(address _poolContract
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account