FOUR

Verified contract

Active on Ethereum with 356 txns
Deployed by via 0xd9f15a39 at 19181888
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "FOUR"

0xe2e16a224dc12073fdda659c6f94bd5ee95b6c5a56b991c762fcaf87bd789742
0x7ffe60e975a7bda12da067df06b621e1a1b3d6843d68fe8ac5647c13c0211aa0
From
0x8da2dc0daec1ff09c1aafaf0266d22e7fdbe84741542a43e25e4f8d7a755a11b
0x3644917f25734d39964a6aef779a7e858c1dcb122eba67eee584942b26866ff4
0x3e1c9e52316774f567a523f810a733534432569cd283f0cac6c563addb1ac6e7
0xb05a77524231e9441b6286828e01009f9edb54fc4732fac083fb560613363819
0x35054d2e13994ca1dfac7dfb85264bd34dcd56ffd50ebe68c284f9da3d577c83
0xca121175cdcc492a54f1bc6548dd5ae6aa72e8961a90d60cef32eaea96a47750
0x4980491a1fa6334e0e7cd4d50641981182bf1da06f7a2c819c3b8a67bc59147e
0xaaabc8762534c9120cc06b8ab4876be66a19ff4af31a65ccd3e3c19e34b50360

Functions
Getter at block 21394525
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://arweave.net/5ZS2JmF8QyLFW0bYvtmIL_618EKnUQ0QfZp0Syg7eSo/
buyLimit(view returns (uint256)
100000000000000000000000000
decimals(view returns (uint8)
18
mintPrice(view returns (uint256)
10000000000000000000000000000000000
minted(view returns (uint256)
8972
name(view returns (string)
FOUR
owner(view returns (address)
0xb314dc5e86fae86dbdef13b723c1db42c45adab0
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
publicMintPaused(view returns (bool)
false
publicMintSize(view returns (uint256)
5000
publicMinted(view returns (uint256)
39
sellLimit(view returns (uint256)
1
symbol(view returns (string)
404
totalSupply(view returns (uint256)
10000000000000000000000
txLimit(view returns (uint256)
10000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
publicMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setMintPrice(uint256 _mintPrice
setNameSymbol(string _namestring _symbol
setPublicMintPaused(bool _publicMintPaused
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(bytes32 indexed topic0address indexed fromaddress indexed touint256 tokens anonymous
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _totalSupplyuint256 _publicMintSizeuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
Unauthorized(
UnsafeRecipient(