GrumpyCat Bridge

Verified contract

Active on Ethereum with 780 txns
Deployed by via 0x0153bfea at 18836026
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GrumpyCat Bridge"

0xf71596cde38eda48c7ab7466c5891c074f023c9c4c5c82566f1ee7e37ae7004f
0x8878a1164e29c63040629c104d4e3247e761ee53695342a29cdd5d9f5ebf3638
0x08d18cff2f7d64532557dea0b5749058b4349f08ab2bb6003707e2c347a8cb35
0x57501ac194d8b0ae72727a1856a9af5fac42371923d1706a030ba7a10b9cd84a
0xac2f78a93f8dff6136e4ca7235d3cb1c2243f161a0e1b1c64229fdd1e063f291
0x1a5a7c197e8489814cdbb1c406607bbb1b99858b579930d561decbc284c968da
0xf9b87a9b13ca322de0927a371846d1982f236959cfb6569e5982811cbfec7692
0xc126ed62dbdb0e87a28cb3c857654419504aea9646c5299e8b22b6b866e8ef6b
0x287873b453b7bc7f10b2d3725302c1dd7c529bc5996ceb58fc15b5082d13a8f0
0xe2a7ba75b9476800f71e34ac5dd0996a3d067dceb925c213a0341eaaaffbf99f

Functions
Getter at block 20939974
GrumpyCat(view returns (address)
0xd8e2d95c8614f28169757cd6445a71c291dec5bf
acceptingDeposits(view returns (bool)
false
decimals(view returns (uint8)
18
name(view returns (string)
GrumpyCat Bridge
newContract(view returns (address)
0x814a870726edb7dfc4798300ae1ce3e5da0ac467
owner(view returns (address)
0xaffb8b464203eaef3399da2b98ed0d5553aea869
symbol(view returns (string)
GrumpyCat Bridge
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
claimed(addressview returns (bool)
claimedAmount(addressview returns (uint256)
depositedAmount(addressview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claim(
deposit(
renounceOwnership(
setNewContract(address _newContractAddress
toggleDeposits(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawUnbridgedTokens(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Claim(address indexed useruint256 amount
Deposit(address indexed useruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
UnbridgedWithdrawal(uint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token