The Warrior 404

Verified contract

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

No balances found for "The Warrior 404"

0xd8ed6a0df8771cf3f4f0139a94dbe28fc610c1b0567813b30a527d6df09682c7
0xbd5b520db4458d93dc374fbfaca1fa8024435fe1e9377624986e7b69bde1f239
0x085af11e5baf9fb115b72379bf3bb1c86b1bb047bbb722b5394c50b4add612e0
0xd3115263fe23c0c04eb0e36e10d4484c30d35f11b268dd9e320a5f42360a4581
0xaa9250d8ff1d8a8bf48395c2b89f120c163f638b9c7e315145264d3850522941
0xcfaadc256ce95cb2b21da36a632f0b9c24420a6ad254864bde5b6ac06c053864
0x61e1922390113faf1f2ba7c6e564c4ae6b9e748536e23f98b88763ddb548ceef
0x210a3b6624e6fa83964a05882b335231965c97c7cd3e4692eef9627043f8c830
0x2cb4bf500fe49a856ca8c80b561c51db275485ea047080dfaa10d413e3fd359d
0xc769330612e9c7ba103a75d802b4fb5d9e72835f7a5ca7b9bd33343c776d64a8

Functions
Getter at block 20931314
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://ipfs.io/ipfs/bafybeicq4txkjb2ckyqwvpu6i4kndakth3azonudx3qlcct63bzztfqqwm/
buyLimit(view returns (uint256)
100000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
98
name(view returns (string)
The Warrior 404
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
0
symbol(view returns (string)
TW404
totalSupply(view returns (uint256)
100000000000000000000
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(
addLimits(uint256 _buyLimituint256 _sellLimit
approve(address spenderuint256 amountOrIdreturns (bool)
removeLimits(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
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(
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
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(