mammom

Verified contract

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

No balances found for "mammom"

0x75eb8411fea3c51b4078a30069ac9be5da98954581f0db1de09d4441df3bc5da
0x6ee199653efd671d5b802fc36a75133d9b89d0194f7ad725d554dee357ecd641
0x30584c30d990f2674310d27e2bee1aee14d91df294ed8ad6173b23e540452b4a
0x10c386be728ddbc139ded70e64b3a081fb59bece9dfb669d2fe4e50d31aa39ef
0x5537171f9e6049f9da9eac7be25a97fda072eb3288850c33af761352b2c7cb84
0xc7fd53b7c3361d31a584211b3b2e6ffbb262fa78f34fd8e3987198fb8a912156
0xe3c4af198ae3b0cad164989d95d8810c043e6ad3c5e9c13581c23eda8f71fef8
0x136078bf0676e5ad25a1313eeb1dd74638209098cb7264ac4e77b5cf6ed885ec
0x315c361faf2a5d00aeba48016a6d19ea825f71fecb046e0f24dd5f7f376ef376
0xa622ae4a3ab81b3a03f8f5aa496bdf11de1844a55876e3a9541e0ccf1b2c9878

Functions
Getter at block 21418861
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://moccasin-advanced-anaconda-866.mypinata.cloud/ipfs/QmVUK5HFh7MXdDyWD9i7xMZuY3vv3NFj9Q38PdrKPZh2MA
buyLimit(view returns (uint256)
10000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
946
name(view returns (string)
mammom
owner(view returns (address)
0xcd4c00919d38c1814fb706275faf0c50d300466b
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
10000000000000000000
symbol(view returns (string)
mammom
totalSupply(view returns (uint256)
888000000000000000000
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)
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(