Fouralas
Verified contract
Active on
Ethereum with 7,011 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 11 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,129.12 |
$0 | |
JOEY | ERC-20 | 4.602168K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857525 | a month ago | | | 0 | 0.00025921469 | |
| 20686931 | 2 months ago | | | 0 | 0.000099376751 | |
| 20661443 | 2 months ago | | | 0 | 0.00011774163 | |
| 20654295 | 2 months ago | | | 0 | 0.000052325591 | |
| 20601307 | 3 months ago | | | 0 | 0.000088537459 | |
| 20547933 | 3 months ago | | | 0 | 0.000071479209 | |
| 20423445 | 3 months ago | | | 0 | 0.00015840371 | |
| 20373449 | 4 months ago | | | 0 | 0.00020350218 | |
| 20361800 | 4 months ago | | | 0 | 0.00043951837 | |
| 19911225 | 6 months ago | | | 0 | 0.00074358681 |
ABI
ABI objects
Getter at block 21162601
consumed() view returns (uint256)
11453
decimals() pure returns (uint8)
18
howManyDaysContractDNU() view returns (uint256)
263
isGameOver() view returns (bool)
false
mirrorERC721() view returns (address)
0x8afbbab6070ccb54abb7e761dca0681aac1c8d66
name() pure returns (string)
Fouralas
owner() view returns (address result)
0xcbe172b5655d01896387bddb72c33c6532233a82
symbol() pure returns (string)
JOEY
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
blacklists(address) view returns (bool)
cutForAddressDNU(address user) view returns (uint256)
daysHeldDNU(address user) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address[] _addresses, bool _enabled)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
contractInitMint(uint256 amount)
mint(uint256 tokenId) payable
ownerMint()
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setLPAddress(address _lp)
setSkipNFT(bool skipNFT) returns (bool)
togglePriceDiscovery(bool _price_discovery)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnitIsZero()