Anima 404

Verified contract

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

No balances found for "Anima 404"

0xbbcc732dd6e1087f10aa27441ff33ab85d7843518b260668a6ffeb2165bb488a
0x45a93287fdb713107b82a94e81ad63ed030c4b92036769e1f6ff357463d22f81
0xb57ca96e45578751740382c2928e3cd29f4421a6745c3baacedc6113df861266
0x9cee7f90d59fc668bdb1e68ae24c840d5778c4771430e03144ef513c4fb5ca54
0x77cc3c77b6653576b29b893d03def9f7908da0c549b6e158e766ecc61a0fcd60
0xac80533d79a00d3460c518693c7f1855ec69f770a7ff3f95298e3e0210516c1c
0x51cc25ad88f14e243850ed549f480781fd90c805bce0302ad54d3ac3da79687c
0x1b5b9a2933de5261b44c2f422bb0dfdc7264c1022c545ed86bfbdb4a37ee947d
0xfe8a45757afd26dfc300280d0c0c9ad28080266e27258c4ad852876cf3bfa094
0x13441658f43a4066097f137b71af10a1a8cf31fb0f8402c8bb0475035f7e9a7f

Functions
Getter at block 21207609
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmPaNydo7kQ3W7bD5mgoxYAt9istUUQTAAWEHrVwQacR1L/
buyLimit(view returns (uint256)
1000000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
1595
name(view returns (string)
Anima 404
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
1000000000000000000000000
symbol(view returns (string)
ANIMA
totalSupply(view returns (uint256)
1000000000000000000000
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)
createPair(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
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(address _owneruint256 _initialSupplyuint8 _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
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(