The latest block we've processed for this chain is 20896055, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

Stabby Duck

Verified contract

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

No balances found for "Stabby Duck"

0x16cd739778eec5589f2400946be00e681e5c7151eb38fd3c2e4b0e0267467e43
0xd1969c6541217641df081d92b9040a09f00a334e0f1d66a771aa2bf8b0478785
0xaf586d7a28eac2a5d53bc0e5aa7d6bf5220474d7af5b9c66c16222f3e987bf12
0xbc327edb0bc481038b19875fca908f18b97fd0fb6d62c11d51e15cfc99d16469
0xbb0f992d0357514c015c5d735a93ae512a39755fa6394b8f54803adb9de227b0
0x9de82a0f644721ccd596bdaf9d5644ceaf025a59538e8c2c6d6a02b0a7733a39
0x70185b669da79a36cca3d69f47386da02618bfbfc8304073ab7a15d5935f7c12
0x21cd2f4751728a5dd400647af036e91cd86ea7aba23167488543d5cce7cc00f9
0x64316b9a195e5f4bdb551409422613234dcd39a86595f53e992ad3f2fd7c606a
0x67754d1029f9676f3647395cdeb17f3fc2ce387c84e740fd5a6163dc0b9bf4c3

Functions
Getter at block 20896054
decimals(view returns (uint8)
18
name(view returns (string)
Stabby Duck
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
STABBY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
openTrade(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _pair
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