WAGDIE: Tokens Of Concord

Verified contract

Active on Ethereum with 1,116 txns
Deployed by via 0xe12af4af at 14929115
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WAGDIE: Tokens Of Concord"

0x58a1ab3bffdda4afb4901e915a0b053dfd597d2617dc6d7c2958380e1d2a5232
0xfcee86f2af6b7afb4c0e937c5ea879704e9beefcd07c01ff6618885f1a1c84fe
0xdfac00da34cd8a2109493febe0cbdd5a0aef16a004f65ea64b6b521207c0eed2
0xbd45cf661c1c0c07ff8cb7186210dad6352dd4c87b0109b7eab5dcb6f2e2bd1e
0x1461cb9c92ddab38c13015b5bcce968799ddf59ade19f6be6b4feba088088bcb
0xe394fdbe18ca0dfdad93c5c45b28899b7c2b33e3caabdf1c7e43a1d9765c30ef
0x3e541e053f642e9b0b2b827a7a13c114413edeb9d7b215473fe5ed1f2c3eb1a4
0x0b893b54bdb5ad3fe2e6eeae8dccd8a0e78643dd41da5ffd973e542d932e0e5c
0x290b0de997be5697100042b1d5e0d994042389748c41828c5cf0dab089dd3863
0x682a66dbf5c3eb83706e0a84e408b370e80d2d166a5d423c7bad1cf342607db7

Functions
Getter at block 20848232
__WeAreAllGoingToDie__(view returns (bool)
true
name(view returns (string)
WAGDIE: Tokens Of Concord
owner(view returns (address)
0xbf26fb48e19afe3dd99882c84016b8d16aae0636
symbol(view returns (string)
CONCORD
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
isOrdained(address _addressview returns (bool)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenview returns (string)
State-modifying
bestowTokens(address[] _touint256 _tokenuint256 _quantity
bestowTokensMany(address[] _touint256[] _tokensuint256[] _amounts
bestowTokensUponCreator(uint256 _tokenuint256 _quantity
bestowTokensUponCreatorMany(uint256[] _tokensuint256[] _amounts
burn(address _fromuint256 _tokenuint256 _quantity
burnMany(address _fromuint256[] _tokensuint256[] _amounts
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setOrdained(address _addressbool _ordained
setToll(uint256 _toll
setURI(uint256 _tokenstring _tokenURI
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NotWorthy(
NotWorthyToOrdain(
TokenIdCannotBeZero(